@extends('layouts.default') @php $pageTitle = 'Enroll Training List'; @endphp @section('title',$pageTitle) @section('PageHead')
@stop @section('content')
{{ csrf_field() }}
Per Page
@for($i=0;$i<9;$i++) @endfor
Staff Name Department Training Start Date End Date Status Action
Abir Mahamud
ITL001
Managing Director FST01 - Fire Safety Training
TS2020000001
29-Oct-2020
05:00 PM
29-Oct-2020
05:00 PM
Completed
@stop