@extends('hr::layouts.app') @section('head')
@endsection @section('content')
Home
Pages
Form Page
Attendance Holiday
{{csrf_field()}}
Date
Site
Type
Remarks
@if(Auth::user()->can('employee_holiday_create'))
Save
@endif
Date
Type
Edit
View
Delete
@endsection @section('script') @endsection