@extends('layout.master') @section('content')
{{ $payment->book_id }}

{{ __('payment.secured_message') }}

icon
{{ __('payment.name') }}

{{ $payment->name }}

icon
{{ __('payment.email') }}

{{ $payment->email }}

icon
{{ __('payment.phone') }}

{{ $payment->phone }}

icon
{{ __('payment.adults') }}

{{ $payment->adults }}

icon
{{ __('payment.children') }}

{{ $payment->children }}

icon
{{ __('payment.infants') }}

{{ $payment->infants }}

icon
{{ __('payment.price') }}

{{ $payment->total_price }} USD

{{-- @if ($payment->currency == 'EUR') € @elseif($payment->currency == 'USD') $ @else @endif --}}
icon
{{ __('payment.date') }}

{{ date('d/m/Y', strtotime($payment->start_date)) }}

{{ __('payment.notes') }}

{!! $payment->notes !!}

{{ __('payment.terms_condition') }}

I acknowledge that I have read and agree to the terms and conditions outlined in this service agreement. Terms and Conditions *

@endsection @section('extraScripts') {{-- --}} @endsection