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