/home/techb158/ileadtechnology.com/resources/views/theme
NameSizeModeActions
footer.blade.php65200644editdlrm
head.blade.php52450644editdlrm
master.blade.php18330644editdlrm
nav.blade.php312940644editdlrm
scripts.blade.php53310644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/theme/master.blade.php (1833B)
@include('cookieConsent::index') @include('theme.head') @if($gsetting->preloader_enable == 1)
@if(isset($gsetting->preloader_logo))
logo
@endif
@endif
@php if(isset(Auth::user()->orders)){ //Run User Enroll expire background process App\Jobs\EnrollExpire::dispatchNow(); } @endphp @include('theme.nav') @yield('content') @include('theme.footer') @include('theme.scripts')