@extends('admin::layouts.app') @section('content')

Add Availability

Add Working Slot Availability

{{ __('static.cancel') }}

Branch : {{ $branch->name_en }}


Enter the details below for create/edit day slots
@php $index = 1; @endphp @foreach ($branchWorkHours as $branchWorkHour) @php $index++; @endphp @endforeach
Sr.No. {{ __('label.weekday') }} {{ __('label.from_time') }} {{ __('label.to_time') }} {{ __('label.status') }}
{{ $index }} {{ ucfirst($branchWorkHour->day) }} {{-- --}}
@endsection @section('script') @endsection