@auth @endauth @yield('title', 'POLJAM TECH')
@include('partials.header') @include('partials.navbar')
@hasSection('hero')
@yield('hero')
@endif
@yield('content')
@include('partials.footer') @include('partials.bottom-nav') @if(config('midtrans.client_key')) @else @endif @auth @if (Auth::user()->user_type === 'admin') @elseif (Auth::user()->user_type === 'supervisor') @elseif (Auth::user()->user_type === 'teknisi') @else @endif @endauth @stack('scripts')