@stack('headerscript')
@if(\App\Models\BusinessSetting::first()->logo_image != asset('/storage'))
logo_image)}}" width="130" height="60" alt="garage"> @else
@endif
Hey, {{Auth::user()->name}}
Profile
@if (Auth::user()->hasRole('super_admin'))
Business Setting
Mail Setting
@endif
{{ __('Logout') }}
@csrf
@include('admin.layout.sidebar')
@yield('content')
@stack('footerscript') @include('common.notification')