| Location | Date From | Date To | Duration | Purpose | Status |
|---|---|---|---|---|---|
| {{$list->tour_location}} | {{$list->from_date}} | {{$list->to_date}} | {{get_date_difference($list->from_date,$list->to_date)}} Days | {{$list->purpose}} | @if($list->status ==1) Pending @elseif($list->status ==2) Approved @elseif ($list->status ==3) Rejected @endif |