@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'))
@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')