@vite(['resources/css/app.css', 'resources/css/theme.css', 'resources/js/app.js'])
@include('layouts.partials.sidebar')

TrueTrucker portal

@yield('title', 'Dashboard')

@hasSection('subtitle')

@yield('subtitle')

@endif
{{ substr(auth()->user()->name, 0, 1) }}
{{ auth()->user()->name }}
{{ auth()->user()->role }}
@yield('content')
@stack('scripts')