@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Create Roster
@csrf
{{ $errors->first('employee') }}
{{ $errors->first('start_time') }}
{{ $errors->first('end_time') }}
{{ $errors->first('start_date') }}
{{ $errors->first('end_date') }}
Day of the Week Start Time End Time
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Sunday
@endsection {{-- --}} @push('custom_js') @endpush