@include('user::_layouts._includes.theme')
{{-- Google Tag Manager --}}
{{-- Title --}}
@yield('title') | {{ config('app.name') }}
{{-- Fonts and icons --}}
{{-- CSS Files --}}
{{-- Additional CSS --}}
@yield('css')
{{-- Google Tag Manager (noscript) --}}
{{-- Content --}}
@yield('master_content')
{{-- JS --}}
{{-- Sharing Dialog --}}
@if (Session::has('showSharingReportDialog'))
@endif
{{-- Delete Confirmation Dialog --}}
{{-- Google Translate --}}
{{-- Additional JS --}}
@yield('js')