{!! Form::open(['route'=>'makePlaceOrder']) !!}
@if(count($bills) > 0)
@else @endif

{{__('common.Edit')}} {{__('frontend.Billing Details')}}

{{__('common.Name')}} {{isset($bills[0]->first_name)?$bills[0]->first_name:''}} {{isset($bills[0]->last_name)?$bills[0]->last_name:''}}
{{__('common.Email')}} {{isset($bills[0]->email)?$bills[0]->email:''}}
{{__('common.Phone')}} {{isset($bills[0]->phone)?$bills[0]->phone:''}}
{{__('frontend.Company Name')}} {{isset($bills[0]->company_name)?$bills[0]->company_name:''}}
{{__('frontend.Street Address')}} {{isset($bills[0]->address1)?$bills[0]->address1:''}} {{isset($bills[0]->address2)?$bills[0]->address2:''}}
{{__('frontend.Zip Code')}} {{isset($bills[0]->zip_code)?$bills[0]->zip_code:''}}
{{__('common.State')}} {{isset($bills[0]->state)?$bills[0]->stateDetails->name:''}}
{{__('frontend.City')}} {{isset($bills[0]->city)?$bills[0]->cityDetails->name:''}}
{{__('frontend.Country')}} {{isset($bills[0]->country)?$bills[0]->countryDetails->name:''}}
{{__('frontend.Order Details')}} {{isset($bills[0]->details)?$bills[0]->details:''}}
@php $name = explode(" ", $profile->name); @endphp first('first_name') ? 'autofocus' : ''}}> {{$errors->first('first_name')}}
first('last_name') ? 'autofocus' : ''}}> {{$errors->first('last_name')}}
{{$errors->first('country')}}
first('address1') ? 'autofocus' : ''}}> {{$errors->first('address1')}}
{{$errors->first('state')}}
{{$errors->first('city')}}
first('phone') ? 'autofocus' : ''}}> {{$errors->first('phone')}}
first('email') ? 'autofocus' : ''}}> {{$errors->first('email')}}

{{__('frontend.Additional Information')}}

{{ __('appointment.Your order') }}

@if($settings->review_option==1) {{ number_format($instructor->avgRating(), 1) }} @endif

{{ $instructor->name }}

    @if($settings->number_of_student==1)
  • {{ count($instructor->bookStudents) }} {{ __('appointment.Students') }}
  • @endif
@php $tz = session()->get('timezone'); @endphp
{{ __('appointment.Date and time') }}
{{ date('F j', strtotime($schedule->schedule_date)) }}, {{ \Carbon\Carbon::parse($schedule->schedule_date . ' ' . $schedule->slotInfo->start_time)->setTimeZone($tz)->format('h:i A') }} - {{ \Carbon\Carbon::parse($schedule->schedule_date . ' ' . $schedule->slotInfo->end_time)->setTimeZone($tz)->format('h:i A') }}
{{ $tz }}
  • {{ __('appointment.Service details') }}{{ __('appointment.Price Per Hour') }}
  • {{ __('appointment.1 hour lesson') }}{{ showPrice($instructor->hour_rate) }}
  • {{--
  • {{ __('appointment.Transaction Fee') }}$0.30
  • {{ __('appointment.You save') }}$5.00
  • {{ __('appointment.Lesson Cancellation') }}Free
  • {{ __('appointment.Grand Total') }}$12,000.00
  • --}}
{{--

{{ __('appointment.Make your payment directly into our bank account Please use your Order ID as the payment reference. Your order will not be shipped until the funds have cleared in our account') }}.

--}}

{{ __('appointment.Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy') }}.

{!! Form::close() !!}