@extends('layout.main')
@section('content')
-
Home
-
Report
-
Report Schedule
Report
@include('includes.errors')
@include('includes.success')
@section('filter')
@stop
@if(User::checkCategoryPermission('Report','Add'))
Add New
@endif
Name |
Reports |
Period |
Last Run Time |
Next Run Time |
Action |
@include('report.schedule_modal')
@stop