@extends('portal_pages.layouts.master') @section('content')
Today Presents

12 / 60

Planned Leaves

8 Today

Unplanned Leaves

0 Today

Pending Requests

12

@foreach ($all_leaves as $all_lvs ) @endforeach
Employee Leave Type From To Reason No of Days Remaining Total Status Actions

{{ $all_lvs->userinfo->name }}

{{ $all_lvs->leave_type}} {{ date('d F, Y', strtotime( $all_lvs->start_date))}} {{ date('d F, Y', strtotime( $all_lvs->end_date))}} {{$all_lvs->reason}} {{$all_lvs->days}} {{$all_lvs->remaining_leaves }} {{$all_lvs->total_leaves}}
{{-- --}} @endsection