@extends('layouts.main') @section('title', 'Notifications') @section('content')

Notifications

@forelse ($notifications as $notification) @include('user.notification_card',compact('notification')) @empty @endforelse
@if ($notifications->lastPage() > $notifications->currentPage())
@endif
@endsection @push('scripts') @endpush