@extends('admin.master') @section('content') @section('title','Employee Training Report')
| S/L | Training Type | Training Duration | Status | |
|---|---|---|---|---|
| {{++$sl}} | {{$value['training_type_name']}} | @if($value['start_date'] !=''){{$value['start_date']}} To {{$value['end_date']}} | @else-- | @endif@php if($value['action'] == "Yes"){ echo ""; }else{ echo "--"; } @endphp |
| No data have found ! | ||||