{{--Head--}} @include('layouts.partials.head')
@if (App::environment('development'))
@lang('general.text_environment_development')
@endif @if(setting('app_demo',0))
@lang('general.text_environment_demo')
@endif
@include('layouts.partials.installation_top_nav') {{--Content--}} @yield('content') @include('layouts.partials.installation_footer')
@include('layouts.partials.modal_about') {{--Scripts--}} @include('layouts.partials.scripts')