labworkusa-logo

Date : {{ now()->format('M d, Y H:i') }}

Company Name: {{ $data['companyName'] ?? '' }}

Transaction ID: {{ $data['transactionId'] ?? '' }}

Invoice No.: {{ $data['invoiceNo'] ?? '' }}

Payment Type: {{ $data['payment_type'] ?? '' }}

Transaction Date: {{ $data['transaction_date'] ?? '' }}

@php // Reason list and check $reasonList = [ 'DOT Company Policy', 'RTD Follow Up Program', 'Clearinghouse Registration Assistance', 'Pre-employment Drug Test', 'Supervisor Training Certificate Course - Members', 'Initial Company Registration', ]; $reason = $data['reason'] ?? null; $isReasonPresent = in_array($reason, $reasonList); // Check if any driver_full_name exists $hasDriverName = false; foreach ($data['cart'] as $cartGroup) { foreach ($cartGroup as $item) { if (isset($item['driver_full_name']) && !empty($item['driver_full_name'])) { $hasDriverName = true; break 2; } } } @endphp @if ($hasDriverName) @endif @foreach ($data['cart'] as $cartGroup) @foreach ($cartGroup as $item) @if ($hasDriverName) @endif @endforeach @endforeach {{-- Summary Rows --}}
ParticularsDriver NameQTY Unit Price($) Amount($)
{{ $item['name'] ?? '' }} {{ $item['driver_full_name'] ?? '' }}{{ $item['qty'] ?? '0' }} ${{ $item['price'] ?? '0' }} ${{ $item['amount'] ?? '0' }}
Total Amount: ${{ $data['total_amount'] ?? '0' }}
Discount Amount: ${{ $data['discount_amount'] ?? '0' }}
Net Amount: ${{ $data['net_amount'] ?? '0' }}

LABWORKS USA
10940 SW Barnes Road #115, Portland, Oregon 97225.
Phone: (503) 941-5493   |   Email: customer.service@labworksusa.com
Page 1 of 1