@extends('user.layouts.index', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif

{{ __('Update Appointment') }}

{{-- Nav links --}} @include('user.pages.edit-cards.includes.nav-link', [ 'link' => 'appointment', ])
@csrf

{{ __('Set Appointment Timings') }}

{{-- Slot duration --}}
{{ __('minutes') }}
{{ __('Max duration is 60 minutes.') }}
{{-- Days of the week --}}

{{ __('Days of the week') }}

@foreach (['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'] as $day)
{{ __($day) }}
{{-- Appointment timings --}}
@endforeach {{-- Price --}}

{{ __('Price') }}

{{ __('per slot') }}
{{ __('Set the price 0 for free') }}

{{ __('Appointment Email Configuration') }}

{{-- Buttons --}}
@include('user.includes.footer')
{{-- Password Protected --}} @push('custom-js') {{-- Dynamic change the time slots and tom-select --}} @endpush @endsection