@extends('layouts.app') @section('title', __('Demo slot settings')) @section('page-title', __('Demo slot settings')) @section('page-subtitle', __('Configure when visitors can book a demo.')) @section('content') @include('super-admin._nav') {{ __('Back to bookings') }}
@csrf

{{ __('How far in the future visitors can book.') }}

{{ __('ISO day numbers, comma separated. 1=Mon … 7=Sun.') }}

@endsection