@extends('employee.layouts.master') @section('styles') @endsection @section('contents')
| Sno | Leave Type | From Date & Session | From Date & Session | Total Days | Reason | Remark | Status |
|---|---|---|---|---|---|---|---|
| {{$key+1}} | {{$value->leave_type}} | {{$value->date_from}} - {{$value->from_session}} | {{$value->date_to}} - {{$value->to_session}} | {{$value->days}} | {{$value->reason}} | @if(!empty($value->remark)){{$value->remark}}@else NA @endif | @if($value->status == 1) Pending @elseif($value->status == 2) Rejected @else Approved @endif |
| Data not Found | |||||||