| Date | Cost Center Name | Cost Center Number | Account Code | Variable | Description | Amount | |
|---|---|---|---|---|---|---|---|
| {{ $item['date']}} | {{ $item['name'] }} | {{ $item['cost_center'] }} | {{ $item['gl_code'] }} | {{ $item['variable'] }} | {{ $item['description'] }} | @if($item['entry_type']==='deduction'){{ number_format(-abs($item['amount']),2) }} | @else{{ number_format($item['amount'],2) }} | @endif