@extends('hr::layouts.app') @section('head') @endsection @section('content')
Report Employee List
{{ csrf_field() }}
@if(Auth::user()->can('employee_report_export')) @endif
@if(Auth::user()->can('employee_report_print')) @endif
@endsection @section('script') @endsection