@extends('staffs.layout') @section('content')
{{ __('Days') }}
@csrf

{{ __('If you select No , then Global Schedule will be applied for you.') }}

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