@section('content')
Shto notifikim
@csrf
@error('title') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@error('link') {{ $message }} @enderror
Të gjitha notifikimet
@foreach ($notifications as $notification) {{-- --}} @endforeach
Title Description Link Added
Title Description Link Added
{{ $notification->title }} {{ $notification->description }} {{ $notification->link }} {{ $notification->created_at }}
@endsection