@extends('hr::layouts.app') @section('head') @endsection @section('content')
Attendance Schedule
{{ csrf_field() }}

@if(Auth::user()->can('employee_schedule_create')) @endif @if(Auth::user()->can('employee_schedule_remove')) @endif

@endsection @section('script') @endsection