@extends('layouts.default') @section('title', trans('reports.standard.title.standardreports', ['type' => trans('reports.standard.transactionlistbyvendor')])) @section('new_button') {{-- // --}} @endsection @section('content')
| NAME | TRANSACTION TYPE | NUM | DESCRIPTION | AMOUNT |
|---|---|---|---|---|
| {{ $li->name }} | ||||
| {{ Date::parse($record->created_at)->format($date_format) }} | {{ $record->transaction_type }} | {{ $record->number }} | {{ str_limit($record->description, 20) }} | @money($record->amount, 'USD', true) |
| TOTAL | @money($gtotal, 'USD', true) | |||