{{--
--}}
{{--
--}}
@php // Assuming the User model has a company relationship $company = Auth::user()->company; if ($company) { $companyLogo = asset($company->company_logo); } @endphp
@if (isset($companyLogo))
@endif
Profile
Change Password
Logout
Menu
Dashboard
Company Master
Branch Master
User
{{--
User Type
--}}
Order
Location
Country List
State List
City List
@yield('content')
@yield('custom-scripts')