@lang('public.hello'), {{ Auth::user()->name }}
@lang('public.welcome_back')
{{--
--}}
@lang('public.contact_us')
English
French
Spanish
@php $all_notification = \App\Models\Notification::where('user_id', auth()->user()->id) ->where('seen', 0) ->orderBy('created_at', 'desc') ->get(); @endphp
{{ count($all_notification) }}
@forelse ($all_notification as $notify)
{{ $notify->title }}
{{ $notify->body }}
@lang('public.Delete')!
@lang('public.Delete_notification')
{{ (new Carbon\Carbon($notify->created_at))->diffForHumans() }}
@empty
@lang('public.no_notification')
@endforelse
@if (Auth::user()->profile_image)
@else
@endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
@lang('public.Dashboard')
@lang('public.Logout')
@if (Auth::user()->profile_image)
@else
@endif
@if (Auth::user()->profile_image)
@else
@endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
@lang('public.Dashboard')
@lang('public.Logout')
Leave this site
Are you sure you want to Leave this site?