@extends('layouts.exat') @section('title', 'Notifications') @section('subtitle', $notifications->total().' notification(s)') @section('actions')
Préférences
@csrf @method('PATCH')
@endsection @section('content')
@if($notifications->hasPages())
{{ $notifications->links() }}
@endif
@endsection