@extends('layouts.app') @section('content') @include('layouts.header', ['title' => 'Lịch sử thông báo'])
@if($notifications->isEmpty())

Không có thông báo nào.

@else
{{ $notifications->links('vendor.pagination.bootstrap-4') }} {{-- Phân trang với Bootstrap 4 --}}
@endif
@endsection