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


@endsection @section('script') @endsection