•  {{ auth()->user()->notifications()->count() }}
      @forelse (auth()->user()->notifications()->latest()->limit(3)->get() as $notification) @if (\App\Notifications\Order\OrderCreatedNotification::class == $notification->type)
    • {{ $notification->getModel()->user->name }}
      {{ __('main.'.$notification->data['message']) }}
      {{ $notification->created_at }}
    • @endif @empty @endforelse
  • {{ auth()->user()->name }}
    {{-- مراسلات الموقع 28 --}} @lang('main.profile')
    @lang('main.logout')
    @csrf