@extends('admin.layouts.master') @section('styles') @endsection @section('contents')
| Sno | Employee | Leave Type | From Date & Session | From Date & Session | Total Days | Reason | Remark | Status |
|---|---|---|---|---|---|---|---|---|
| {{$key+1}} | {{employeeDetail($value->employee_id)->name}} | {{$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 | |
| Data not Found | ||||||||