@extends('web.profile.profile-master') @section('notification-content')

{{ __('Notification') }}

{{ __('Read All') }}
@foreach ($notifications as $notification)
{{-- Left: Logo --}} {{-- Middle: Content --}}

{{ $notification->subject }}

{{ $notification->body }}

{{-- Right: Date --}}
{{ $notification->created_at->format('jS F Y') }}
@endforeach
{{ $notifications->links() }} @endsection @push('script') @endpush