@include('layouts.head') @yield('head') {{--page loading gif html--}}
@include('partials.header')
@yield('content')
{{-- Ask for review pop up --}}
@include('partials.upgrade_plan_alert') {{--main page content section--}} @include('layouts.footer_scripts') @yield('last_scripts') @if(empty(getenv('DEV_DISABLE_TAWK_TO'))) @endif