@php $company = Auth::user()->company; @endphp @if($company && $company->hasLogo()) {{ $company->name }} @else
{{ $company ? substr($company->short_name, 0, 1) : 'B' }}
@endif {{ $company->short_name ?? 'BusGo' }}
Main
Dashboard
Fleet & Bookings
Drivers Buses Stations
Payments Bus Bookings Bus Timetable SMS
Users
Users Employees
Company
Company Profile
Reports
Booking Reports Trip Reports Revenue Reports
{{ substr(Auth::user()->name, 0, 1) }}

{{ Auth::user()->name }}

{{ Auth::user()->email }}

@csrf