{{-- {{$data}} --}}
Date | Quote | Available Units | Customer | Sales Person | Location | Tax Status | Total | Estimated Profit Margin | Deposit | Balance Due |
---|---|---|---|---|---|---|---|---|---|---|
{{$item['date']}} |
{{ $item['quote'] }} |
{{ $item['available_unit'] }} |
{{$item['customer']}} |
{{$item['sales_person'] }} |
{{ $item['store_location'] }} |
{{$item['tax_exempted'] == "1" ? "Exempt" : "Not Exempt"}} |
${{ number_format($item['total'],2) }} |
@if($item['estimated_profit'] != 'Unknown') ${{ number_format($item['estimated_profit'],2) }} ({{ number_format($item['estimated_profit_percentage'],2) }}%) @else Unknown @endif |
${{ number_format($item['deposit'],2) }} |
${{ number_format($item['balance_due'],2) }} |
No Data |
Total |
${{ number_format($data['total'],2) }} |
|
${{ number_format($data['sum_deposit'],2) }} |
${{ number_format($data['sum_balance_due'],2) }} |
{{--
--}}