@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
@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 Form Email Configuration --}}

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

{{-- Buttons --}}
@include('user.includes.footer')
@endsection {{-- Custom JS --}} @push('custom-js') {{-- Dynamic change the time slots and tom-select --}} @endpush {{-- Custom CSS --}} @section('css') @endsection