{{_get(merchant,'name','')}}

{{$t('booking.location')}}
*{{$t('validation.required',{field:$t('booking.location')})}}
{{isAllowedLocation(location).reason}}
{{_get(selectedLocation,'fields.address','')}} ({{_get(selectedLocation,'fields.hours','')}})
mdi-phone {{_get(selectedLocation,'phone','')}} mdi-map {{$t('map.view')}}
{{$t('booking.services')}}
*{{$t('validation.required',{field:$t('booking.services')})}}
{{$t('booking.date')}}
*{{$t('validation.required',{field:$t('booking.date')})}}
{{$t('booking.time')}}
{{$t('booking.time_hint')}}
*{{$t('validation.required',{field:$t('booking.time')})}}
{{$t('booking.select_location')}}

{{$t('booking.confirm_booking')}}

mdi-map-marker-outline
{{selectedLocation.name}}
{{_get(selectedLocation,'fields.address','')}} ({{_get(selectedLocation,'fields.hours','')}})
mdi-clipboard-account-outline
{{selectedTechnicians.map(t=>t.name).join(', ')}}
mdi-calendar-outline
{{booking.date}}
mdi-calendar-text
{{_f(service.fields,'name')}} ({{service.duration_minute+$tc('time.minutes',service.duration_minute)}})
mdi-clock-outline
{{booking.time}}

{{$t('booking.fill_in_form')}}

{{$t('booking.selected')}} {{booking.services.map(s=>s.name).join(', ')}} {{selectedLocation.name}} {{selectedTechnicians.map(t=>t.name).join(', ')}} {{booking.date}} {{booking.time}}
mdi-chevron-left {{ $t('general.prev') }} {{ $t('general.next') }} mdi-chevron-right {{ $t('booking.book') }} mdi-clock-outline
{{snackbar.icon}} {{ snackbar.text }}