@if (count($expenses)) @foreach ($expenses as $expense) @endforeach @else @endif
{{ trans('global.device') }} {{ trans('validation.attributes.name') }} {{ trans('validation.attributes.type') }} {{ trans('global.quantity') }} {{ trans('validation.attributes.unit_cost') }} {{ trans('front.total') }}
{{ $expense->device->name }} {{ $expense->name }} {{ $expense->type->name or '' }} {{ $expense->quantity }} {{ $expense->unit_cost }} {{ $expense->total }}
{!!trans('front.nothing_found_request')!!}