@extends('admin::layouts.app') @section('content') Add Availability Add Working Slot Availability {{ __('admin.submit') }} {{ __('static.cancel') }} Branch : {{ $branch->name_en }} Enter the details below for create/edit day slots Sr.No. {{ __('label.weekday') }} {{ __('label.from_time') }} {{ __('label.to_time') }} {{ __('label.status') }} @php $index = 1; @endphp @foreach ($branchWorkHours as $branchWorkHour) {{ $index }} {{ ucfirst($branchWorkHour->day) }} @foreach ($status as $val) staffAvailability->status) && $branchWorkHour->staffAvailability->status == $val ? 'selected' : '' }}> {{ ucwords($val) }} @endforeach {{-- + - --}} @php $index++; @endphp @endforeach @endsection @section('script') @endsection
Add Working Slot Availability