{{ __('Please Wait...') }}
{{ __('01.') }}
{{ __('Welcome Note') }}
{{ __('02.') }}
{{ __('Check Environment') }}
{{ __('03.') }}
{{ __('Licence Verification') }}
{{ __('04.') }}
{{ __('Database Setup') }}
{{ __('05.') }}
{{ __('Admin Setup & Import SQL') }}
{{ __('06.') }}
{{ __('Complete') }}
{{ @$data['title'] }}
@yield('content')
@if (Session::has('success'))
@endif
@if (Session::has('danger'))
@endif
@if (Session::has('warning'))
@endif
@stack('js')