@if ($message = Session::get('success'))
@endif
{{$message}}
@endif
@if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
| SNO | Date | From Date | To Date | Total Hrs | Reason | Status | Remark | Delete |
|---|---|---|---|---|---|---|---|---|
| {{$index + 1}} | {{ date('Y-m-d', strtotime($row->Edate)) }} | {{ date('h:i A', strtotime($row->fromtime)) }} | {{ date('h:i A', strtotime($row->totime)) }} | {{ $row->Total }} | {{ $row->Reason }} | @if ($row->Flag_sts === 'Approved') {{ $row->Flag_sts }} @elseif ($row->Flag_sts === 'Requested') {{ $row->Flag_sts }} @else ($row->Flag_sts === 'Rejected') {{ $row->Flag_sts }} @endif | {{ $row->Remarks }} | @if($row->DEL_Type === '1') @else -- @endif |
Total entries: