Booking Details
-
{{$booking->client_name}}
-
{{$booking->email}}
-
{{$booking->phone}}
-
{{$booking->info_value1}}
-
{{$booking->info_value2}}
-
{{$booking->info_value3}}
-
{{$booking->info_value4}}
-
{{$booking->service_name}}
-
{{$booking->description}}
-
# {{$booking->invoice_number}}
-
{{date('d-m-Y H:i:s',strtotime($booking->invoice_datetime))}}
-
{{$booking->amount}} {{$booking->currency}}
-
{{$booking->deposit}} {{$booking->currency}}
-
{{$booking->tax_amount}} {{$booking->currency}}
-
{{$booking->invoice_payment_processor}}
-
@if($booking->invoice_payment_received == 0){{'Pending'}}@else{{'Paid'}}@endif
-
@if($booking->payment_datetime){{date('d-m-Y H:i:s',strtotime($booking->payment_datetime))}}@else{{'NA'}}@endif
-
@if($booking->test_status == 1){{'Positive'}}
@elseif($booking->test_status == 2){{'Negative'}}
@else{!!'
'!!}
@endif
@endsection
@section('scripts')
@endsection