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

Your Notifications

@csrf
{{ $notifications->links() }}
@endsection