@include('common.header')
VMS
@include('common.nav_menu')
@if(auth()->check()) @empty(auth()->user()->company_id) M2M Fleet @else {{auth()->user()->company->name}} @endif @endif
Hi, {{Auth::user()->name}} {{substr(Auth::user()->name, 0, 1)}}
@yield('content')
@include('common.footer')
@include('common.user_panel')
@stack('scripts')