{{ installer_trans('Get Help') }}
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
1
{{ installer_trans('Requirements') }}
2
{{ installer_trans('Permissions') }}
3
{{ installer_trans('License') }}
4
{{ installer_trans('Database') }}
5
{{ installer_trans('Import') }}
6
{{ installer_trans('Completed') }}
@yield('content')
@stack('scripts')