{{-- resources/views/provider/staff/partials/form-availability.blade.php --}}
{{ __('availability') }}
{{-- All Days accordion item --}}
@php $weekdays = [ 'monday' => 'One', 'tuesday' => 'Two', 'wednesday' => 'Three', 'thursday' => 'Four', 'friday' => 'Five', 'saturday' => 'Six', 'sunday' => 'Seven' ]; @endphp @foreach($weekdays as $day => $collapseId) {{-- {{ ucfirst($day) }} accordion item --}}
@endforeach
{{-- Hidden input to store the final availability data --}}