@extends('hr::layouts.app') @section('head') @endsection @section('content')
Attendance Holiday
{{csrf_field()}}
@if(Auth::user()->can('employee_holiday_create')) @endif


@endsection @section('script') @endsection