/home/techb158/ileadtechnology.com/resources/views/theme
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))
@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')