This commit is contained in:
denisdulici
2020-01-22 19:03:34 +03:00
parent 4ce5bc674d
commit bd71e2517f
29 changed files with 51 additions and 42 deletions

View File

@ -53,7 +53,7 @@
</td>
<td class="col-xs-4 col-sm-4 col-md-4 col-lg-3 col-xl-3 py-2">
<img src="{{ $item->picture ? Storage::url($item->picture->id) : asset('public/img/akaunting-logo-green.png') }}" class="avatar image-style p-1 mr-3 item-img hidden-md col-aka" alt="{{ $item->name }}">
<a class="text-success" href="{{ route('items.edit', $item->id) }}">{{ $item->name }}</a>
<a href="{{ route('items.edit', $item->id) }}">{{ $item->name }}</a>
</td>
<td class="col-lg-1 col-xl-2 d-none d-lg-block">
{{ $item->category ? $item->category->name : trans('general.na') }}