@if(userCan('training-schedule-list')==0) @php header("Location: " . URL::to('errors.403'), true, 302); exit(); @endphp @endphp @endif @extends('layouts.default') @php $pageTitle = 'Training Schedule List'; $pageTitle2 = 'Add New'; @endphp @section('title',$pageTitle) @section('PageHead')

{{$pageTitle}}

@stop @section('content')
{{ csrf_field() }}
Per Page
@for($i=0;$i<9;$i++) @endfor
Training Trainer Start Date End Date Duration No of Enrol Status Action
FST01 - Fire Safety Training
TS2020000001
Abir Mahamud 29-Oct-2020
05:00 PM
29-Oct-2020
05:00 PM
8 Hr 12 Scheduled
@stop