@extends('layouts.master') @section('title', trans('installer_messages.welcome.title')) @section('style') @endsection @section('container') @if(session('message')!="" || session('response')!="" || session('database')!="" )
{{ trans('installer_messages.welcome.message') }}
@endsection @section('scripts') @endsection