logo logo logo logo logo logo
{{isset($time_zone) ? $time_zone : 'Europe/London'}}
  • @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.clear_all')}}
    @endif
    • {{ Auth::user()->name ?? '' }} {{ Auth::user()->roles->pluck('name')[0] ?? '' }}
    • {{__('app.profile')}}
    • {{__('app.help')}}
    • {{__('app.logout')}}
    • @csrf