@extends('adminlte::page') @section('title', 'Leave Requests | ' . Config::get('adminlte.title')) @section('content_header')

Leave Requests

@stop @section('content') @include('layouts.flash-message')

App Leave Requests

Review leave requests sent from the app and take action from the admin panel.

Total{{ $summary['total'] }}
Pending{{ $summary['pending'] }}
Approved{{ $summary['approved'] }}
Rejected{{ $summary['rejected'] }}

Leave Request List

{!! $html->table(['class' => 'table table-hover leave-table']) !!}
@stop @section('css') @stop @section('js') {!! $html->scripts() !!} @stop