@extends('hr::layouts.app') @section('head')
@endsection @section('content')
Home
Pages
Form Page
Report Employee List
{{ csrf_field() }}
Category
Site
Department
Section
Sub Section
Company
@if(Auth::user()->can('employee_report_export'))
Export
@endif
@if(Auth::user()->can('employee_report_print'))
Print
@endif
@endsection @section('script') @endsection