logo logo logo logo logo logo
{{isset($time_zone) ? $time_zone : 'Europe/London'}}
    @if(((Auth::user()->chatgpt_enabled ?? false) || (Auth::user()->gemini_enabled ?? false)) && \App\Http\Helper\Helper::checkPermissions('settings_chatGPT', false))
  • @endif @if(\App\Http\Helper\Helper::checkPermissions('languages', false))
    • img English
    • img العربية
    • img Español
    • img Français
    • img Deutsch
    • img Italian
    • img русский
    • img 中文
  • @endif
  • @if(\App\Http\Helper\Helper::checkPermissions('system_notifications', false))
  • @if(count($notifications)) @endif
    {{ __('app.notifications') }} {{ count($notifications) }} {{ __('app.unread') }}
    @if(count($notifications))
      @foreach($notifications as $notification) @switch($notification->type) @case('export') @php ($icon = 'bi-download') @php ($title = __('app.download')) @break @case('import') @php ($icon = 'bi-check2-circle') @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

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

    @else

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

    @endif @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