@extends('layouts.app') @section('content')

{{trans('lang.book_now')}}

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{trans('lang.map_view')}}

@csrf
{{trans('lang.user_details')}}
{{trans('lang.walk_in_customer')}}
{{trans('lang.location_detail')}}
{{trans('lang.payment_method')}}
{{ trans('lang.cancel')}}
@endsection @section('scripts') @endsection