@extends('layouts.main') @section('page-style') @endsection @section('page-plugin') @endsection @section('page-script') @endsection @section('content')
Nomor Transaksi | TRX{{$result['transaction']['transaction_receipt_number']}} |
Tanggal Transaksi | {{ date('d F Y', strtotime($result['transaction']['transaction_date'])) }} | {{ date('H:i', strtotime($result['transaction']['transaction_date'])) }} |
Doctor | {{$result['doctor']['doctor_name']}} |
Customer | {{$result['customer']['name']}} |
Jenis Pembayaran | {{(empty($result['transaction']['trasaction_payment_type']) ? '-' : $result['transaction']['trasaction_payment_type'])}} |
Status Pembayaran | {{$result['transaction']['transaction_payment_status']}} |
Tipe Konsultasi | {{$result['consultation']['consultation_type']}} |
Tanggal Konsultasi | {{date('d F Y', strtotime($result['consultation']['schedule_date']))}} |
Waktu Mulai | {{date('H:i', strtotime($result['consultation']['schedule_start_time']))}} |
Waktu Selesai | {{date('H:i', strtotime($result['consultation']['schedule_end_time']))}} |
Status Konsultasi | {{$result['consultation']['consultation_status']}} |
{{$message['caption']}}
{{$message['text']}}
@endif {{date('H:i', strtotime($message['created_at_infobip']))}}{{$message['caption']}}
{{$message['text']}}
@endif {{date('H:i', strtotime($message['created_at_infobip']))}}Keluhan |
---|
{{$complaint}} |
- |
Diagnosa |
---|
{{$analysis}} |
- |
Anjuran Penanganan | {{$result['consultation']['treatment_recomendation']}} |
Nama Produk | Variant | Harga | Qty | Subtotal |
---|---|---|---|---|
{{$res['product']['product_name']}} | {{$res['product']['variants'] != null ? $res['product']['variants']['childs'][0]['product_variant_name'] : '-' }} | @php $product_price = $res['product']['product_price']; if($res['product']['variants'] != null && isset($res['product']['variants']['childs'][0]['product_variant_group_price'])){ $product_price = $res['product']['variants']['childs'][0]['product_variant_group_price']; } @endphpRp {{number_format($product_price,0,",",".")}} | {{$res['qty']}} | @php $subtotal = $product_price * $res['qty']; @endphpRp {{number_format($subtotal,0,",",".")}} |
Recomendation Product is empty |
Nama Obat | Variant | Harga | Qty | Subtotal |
---|---|---|---|---|
{{$res['product']['product_name']}} | {{$res['product']['variants'] != null ? $res['product']['variants']['childs'][0]['product_variant_name'] : '-' }} | @php $product_price = $res['product']['product_price']; if($res['product']['variants'] != null){ $product_price = $res['product']['variants']['childs'][0]['product_variant_group_price']; } @endphpRp {{number_format($product_price,0,",",".")}} | {{$res['qty']}} | @php $subtotal = $product_price * $res['qty']; @endphpRp {{number_format($subtotal,0,",",".")}} |
Resep Obat is empty |