@canany(['hr_manager_hq', 'sickness']) @extends('adminlte::page') @section('title', config('adminlte.title') . ' | Sickness') @section('content_header')

Sickness

@stop @section('content')
@if (session('success')) {{ session()->forget('success') }} @endif
# Employee Ref Name Start End Employee Type Dept. Location Status Actions
@stop @section('footer')   @stop @endcan