@canany(['hr_manager_hq', 'reports']) @extends('adminlte::page') @section('title', config('adminlte.title') . ' | Reports :: Documents') @section('content_header')

Employee Documents Report

@stop @section('content')
@if (session('success')) @endif {{-- AJAX data will be loaded here --}}
# Employee Document Read? Last updated
@stop @section('footer')   @stop @endcan