• @can('setting-list')
  • @endcan @can('customer-list')
  • @endcan
  • @foreach(config('app.locales') as $key => $item) @if(config('app.locale') == $key) {{$item["native"]}} @endif @endforeach
    @foreach(config('app.locales') as $key => $item) {{$item["native"]}} @endforeach
  • {{@Auth::user()->name}} {{ trans('admin.'.@Auth::user()->user_type) }}
    @if(Auth::user()->profile_image != null) avatar @else User Image @endif
    @if(Auth::user()->user_type != 'hangout_manager') {{trans('admin.edit_profile')}}
    @endif {{trans('admin.logout')}}
    @csrf