{{-- stack section --}} @stack('styles')
@include('web.partials.rtl') @include('web.partials.loader')
{{-- header sticky --}} @include('web.partials.header-sticky') @include('web.partials.header') @include('web.partials.offCanvas')
@yield('content')
@auth @include('web.partials.offer') @endauth
@include('web.partials.footer') @if (session('success')) @endif @if (session('error')) @endif @if (session('login_success')) @endif @if (session('logout_success')) @endif @stack('script')