@section('smartsupp_chat') @if(!empty(config('app.smartsupp_key'))) @elseif(!empty(config('app.tawk_key'))) @endif @endsection {{--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.sidebar') @include('layouts.partials.top_nav') {{--Content--}} @yield('content') @include('layouts.partials.footer')
@include('layouts.partials.modal_about') {{--Scripts--}} @include('layouts.partials.scripts')