@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 |
Created Date and Time |
|
@endsection @push('footer-script')
@endpush