@extends('layouts.portal') @section('title', __('time_slots.add_time_slot') . ' — ' . config('app.name')) @section('page_title', __('time_slots.add_time_slot')) @section('page_actions') {{ __('common.back') }} @endsection @section('content')
{{-- Single day --}}

{{ __('time_slots.add_available_time_slot_title') }}

{{ __('time_slots.slot_automatically_divided') }}

@csrf @include('portal.time-slots._type-picker', ['name' => 'type', 'id' => 'single'])
{{-- Weekly bulk --}}

{{ __('time_slots.add_weekly_time_slots_title') }}

{{ __('time_slots.weekly_slots_automatically_divided') }}

@csrf @include('portal.time-slots._type-picker', ['name' => 'type', 'id' => 'bulk'])

{{ __('time_slots.off_days_hint') }}

@foreach (__('time_slots.days') as $index => $label) @endforeach
{{-- Feedback modal (simple, no Bootstrap JS dependency) --}} @endsection @push('scripts') @endpush