@extends('admin.layout') @section('content')
{{ __('If no specific schedule is set for a staff member, the "Schedule" will be applied to their timetable') }}
@csrf

{{ __(' If you select No ,then Schedule> Days will be applied to this staff.') }}

@if ($staff->is_day == 1)
@foreach ($days as $day) @endforeach
{{ __('Day') }} {{ __('Time Slots') }} {{ __('Weekend') }}
{{ $day->day }} {{ __('Manage') }}
@csrf
@endif
@endsection