@extends('admin.layouts.app') @section('title') Notification Management @endsection @section('mainContent')

Notification Management

{!! $html->table(['class' => 'table table-striped table-bordered dt-responsive'], true) !!}
@endsection @section('styles') @endsection @section('scripts') {!! $html->scripts() !!} @endsection