@extends('layouts.main') @section('title') {{ __('Admin Appointment Settings') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')

{{ __('Appointment Management') }}

{{ __('Configure your appointment settings and availability schedule.') }}

{{ __('Preferences') }}

{{ __('Set meeting duration, buffer times, and general appointment rules.') }}

{{ __('Configure') }}
{{ __('Time Schedule') }}

{{ __('Set your weekly availability schedule and working hours.') }}

{{ __('Set Schedule') }}
{{ __('Extra Time Slots') }}

{{ __('Add additional availability outside your regular schedule.') }}

{{ __('Manage Slots') }}
{{--
{{ __('Unavailability') }}

{{ __('Set dates and times when you are not available.') }}

{{ __('Set Unavailable') }}
--}}
{{ __('Getting Started:') }}
  1. {{ __('Start with Preferences to set your basic appointment rules') }}
  2. {{ __('Configure your Time Schedule for regular weekly availability') }}
  3. {{ __('Add Extra Time Slots for special occasions') }}
  4. {{--
  5. {{ __('Set Unavailability for holidays and time off') }}
  6. --}}
@endsection