@extends('layouts.master') @section('title', trans('installer_messages.welcome.title')) @section('style') @endsection @section('container') @if(session('message')!="" || session('response')!="" || session('database')!="" ) @endif @if (count($errors) > 0)
@endif

{{ trans('installer_messages.welcome.message') }}

{!! csrf_field() !!}
@endsection @section('scripts') @endsection