@extends('layouts.app') @section('content') @include('partials.table', [ 'id' => $id, 'header' => $header, 'strings' => $notifications, ]) @include('partials.pagination', ['items' => $notifications]) @endsection @push('scripts') @endpush