@extends('layouts.portal') @section('title', trans_choice('general.transactions', 2)) @section('content')
@sortablelink('account.name', trans('accounts.account_name')) | @sortablelink('type', trans_choice('general.types', 1)) | @sortablelink('amount', trans('general.amount')) |
---|---|---|
{{ $item->account->name }} | {{ trans_choice('general.payments', 1) }} | @money($item->amount, $item->currency_code, true) |