img svg img
    {{--
  • @lang('site.Notifications') @if ($notification_unseen_count > 0) {{ $notification_unseen_count }} @endif

      @forelse ($notification_unseen as $row) @if ($row->type == 'newUser')
    • is_seen == '0') style="background-color: #2a9d8f12;" @endif class="nav-notification__single nav-notification__single--unread d-flex flex-wrap">

      {{ __('site.' . $row->type . '.title') }} {{ __('site.' . $row->type . '.message', ['name' => json_decode($row->data)->name]) }}

      {{ Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $row->created_at)->diffForHumans() }}

    • @elseif($row->type == 'contactUs')
    • is_seen == '0') style="background-color: #2a9d8f12;" @endif class="nav-notification__single nav-notification__single--unread d-flex flex-wrap">

      {{ str()->limit($row->{'title_' . app()->getLocale()}, 30, '...') }} {{ $row->{'message_' . app()->getLocale()} }}

      {{ Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $row->created_at)->diffForHumans() }}

    • @else
    • is_seen == '0') style="background-color: #2a9d8f12;" @endif class="nav-notification__single nav-notification__single--unread d-flex flex-wrap">

      {{ __('site.' . $row->type . '.title') }} {{ __('site.' . $row->type . '.message', ['id' => json_decode($row->data)->id])}}

      {{ Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $row->created_at)->diffForHumans() }}

    • @endif @empty
    • @lang('site.There are no notifications')

    • @endforelse
    @if ($notifications->count() > 0) See all incoming activity @endif
  • --}}
  • {{-- --}}
    {{--@foreach (Config::get('languages') as $lang => $language) @if ($lang != App::getLocale()) {{ $language['display'] }} @endif @endforeach --}}
  • {{--{{__('site.logout')}}--}} Log Out
    @csrf