@extends('layouts.default') @section('title') @endsection @section('header-style') @endsection @section('content')

Schedule Notification


@if(Session::has('message')) @endif
@csrf
@include('schedule.schedule-notification-datatable-list')
@endsection @section('footer-script') @endsection