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

@@ -43,7 +43,7 @@
@foreach($vendors as $item)
<tr>
<td><a href="{{ url('expenses/vendors/' . $item->id . '/edit') }}">{{ $item->name }}</a></td>
<td class="hidden-xs">{{ !empty($item->email) ? $item->email : 'N/A'}}</td>
<td class="hidden-xs">{{ !empty($item->email) ? $item->email : trans('general.na') }}</td>
<td>{{ $item->phone }}</td>
<td class="hidden-xs">
@if ($item->enabled)