@extends('app') @section('page-title')
@endsection @push('head-script')
@endpush @section('content')
@if (isset($status))
{{ $status['header'] }}
@foreach ($status['messages'] as $m)
- {{$m}}
@endforeach
@endif
ID |
Employee Name |
Leave Type |
No of Leaves |
Valid Till |
|
{{--Ajax Modal--}}
{{--Ajax Modal Ends--}}
@endsection @push('footer-script')
@endpush