@extends('testcenter.layout.master') @section('content')

Booking Details

Client Details

  • {{$booking->client_name}}
  • {{$booking->email}}
  • {{$booking->phone}}
  • {{$booking->info_value1}}
  • {{$booking->info_value2}}
  • {{$booking->info_value3}}
  • {{$booking->info_value4}}

Service Details

  • {{$booking->service_name}}
  • {{$booking->description}}

Booking Details

  • # {{$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

Test Details

  • @if($booking->test_status == 1){{'Positive'}} @elseif($booking->test_status == 2){{'Negative'}} @else{!!' '!!} @endif
@endsection @section('scripts') @endsection