@extends('layouts.master') @section('content')
Payment Date | # of Assessments | Unit Proce | Discount | Total Price | Last Name | First Name | Client | Employment Organization |
---|---|---|---|---|---|---|---|---|
{{ date('m/d/y g:iA', strtotime($order->date_payment)) }} | {{ $order->units_number }} | ${{ $order->unit_price }} | {{ $order->discount ?? 0 }}% | ${{ $order->total_sum }} | {{ $order->last_name }} | {{ $order->first_name }} | {{ $order->hiring_org }} | {{ $order->hiring_org }} |