change direct text to language text for N/A

This commit is contained in:
Cüneyt Şentürk
2017-12-16 14:11:27 +03:00
parent fdc579c3c8
commit 0ce7d7509d
6 changed files with 6 additions and 6 deletions

View File

@@ -47,7 +47,7 @@
<tr>
<td><a href="{{ url('incomes/revenues/' . $item->id . '/edit') }}">{{ Date::parse($item->paid_at)->format($date_format) }}</a></td>
<td>@money($item->amount, $item->currency_code, true)</td>
<td class="hidden-xs">{{ !empty($item->customer->name) ? $item->customer->name : 'N/A'}}</td>
<td class="hidden-xs">{{ !empty($item->customer->name) ? $item->customer->name : trans('general.na') }}</td>
<td class="hidden-xs">{{ $item->category->name }}</td>
<td class="hidden-xs">{{ $item->account->name }}</td>
<td class="text-center">