@extends('layouts.master') @section('style') @endsection @section('content')
Trans Date | Description | Driver | Unit | Card | Qty | Retail | Amount | Fee | Location | Total Due |
---|---|---|---|---|---|---|---|---|---|---|
{{ date('m/d/y', strtotime($row->{'Transaction Date'})) }} | {{ $row->{'Product Code'} }} | {{ $row->{'Driver Name'} }} | {{ $row->{'Unit'} }} | {{ $row->{'Card Number'} }} | {{ $row->{'Quantity'} }} | $ {{ number_format($row->{'Retail_PPU'}, 2) }} | $ {{ number_format($row->{'Amount'}, 2) }} | $ {{ number_format($row->{'Transaction Fee'}, 2) }} | {{ $row->{'Location Name'} . ' - ' . $row->{'Location City'} . ' - ' . $row->{'Location State/Province'} }} | $ {{ number_format($row->{'TotalAmount'}, 2) }} |