logo logo logo logo logo logo
{{isset($time_zone) ? $time_zone : 'Europe/London'}}
    @if(Auth::user()->chatgpt_enabled && \App\Http\Helper\Helper::checkPermissions('settings_chatGPT', false))
  • @endif @if(\App\Http\Helper\Helper::checkPermissions('languages', false))
    • img English
    • img Español
    • img Français
    • img Deutsch
    • img русский
    • img 中文
  • @endif
  • @if(\App\Http\Helper\Helper::checkPermissions('system_notifications', false))
  • @if(count($notifications)) @endif

    {{__('app.notifications')}}

    {{count($notifications)}} {{__('app.unread')}}
      @foreach($notifications as $notification) @switch($notification->type) @case('export') @php ($icon = 'bi-download') @php ($title = __('app.download')) @break @case('import') @php ($icon = 'bi-check') @php ($title = __('app.import')) @break @default @php ($icon = 'bi-bell') @php ($title = __('app.read')) @endswitch
    • {{$title}}

      {{ $notification->name}}
      {{ App\Http\Helper\Helper::datetimeDisplay($notification->created_at)}}
    • @endforeach
    @if(count($notifications))
    {{__('app.show_all_notifications')}}
    {{__('app.clear_all')}}
    @endif
  • @endif
    • {{ Auth::user()->name ?? '' }} {{ Auth::user()->roles->pluck('display_name')[0] ?? '' }}
    • {{__('app.profile')}}
    • {{__('app.help')}}
    • {{__('app.clear_cache')}}
    • {{__('app.logout')}}
    • @csrf
  • @if(\App\Http\Helper\Helper::checkPermissions('theme_layout', false))
  • @endif