There are no orders in your history yet. Please select a
WILL and TRUST plan.
| Sr. | Order ID | Date | Forms | Attorney Price | Form Price | Discount Price | Paid Amount | Status | Pay Receipt | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration}} | {{$order['reference_id']}} | {{date('m/d/Y h:i A', strtotime($order['updated_at']))}} | {{$order['form_name']}} |
@if($order['free_attorney'] == 1)
@if($order['attorney_price'] > 0)
|
{{ config('app.currency_symbol')}}{{$order['form_price']}} | {{ config('app.currency_symbol')}}{{$order['discount_amount']}} | {{ config('app.currency_symbol')}}{{$order['amount_paid']}} | {{$order['payment_status'] ?: 'N/A' }} | @if($order['payment_status'] === 'succeeded' || $order['payment_status'] === 'paid')
|
@else
- | @endif