@extends('admin.admin') @section('content')

{{ __('Appointment Settings') }}

@if(isset($permission)) @if(hasPermission($permission, 'General Settings', 'edit')) @endif @endif
@include('admin.partials.general_settings_side_menu')
{{ __('Appointment time intervals') }}
(30 {{ __('minutes') }})
{{ __('Multiple booking for same time slot') }}
({{__('Time Slot')}})
{{ __('Minimum advance booking time') }}
(1 {{ __('hours') }} to 10 {{ __('days') }})
{{ __('Maximum advance booking time') }}
(1 {{ __('Month') }} to 5 {{ __('years') }})
{{ __('Cancellation time before appointment scheduled') }}
(1 {{ __('hour') }} to 12 {{ __('hours') }}, 12 {{ __('hours') }}, 24 {{ __('hours') }}, 36 {{ __('hours') }}, 48 {{ __('hours') }})
{{ __('Rescheduling time before appointment scheduled') }}
(1 {{ __('hours') }} to 12 {{ __('hours') }})
@endsection