{{ setting('application_name') }}

{{ setting('address') }}

@foreach ($data['result'] as $key=>$item) @endforeach
{{___('common.#')}} {{___('common.Date')}} {{___('common.Name')}} {{___('common.Head')}} {{___('common.Amount')}} ({{ Setting('currency_symbol') }})
{{ ++$key }} {{ dateFormat($item->date) }} @if (@$item->fees_collect_id != null) {{ @$item->feesType->name }} @else {{ @$item->name }} @endif {{ $item->head->name }} {{ $item->amount }}
Total: {{ $data['sum'] }}