@extends ('layouts.in') @section ('body')
@if ($users_multiple)
@endif
@if ($user_empty) @endif @foreach ($list as $row) @php ($link = route('maintenance-item.update', $row->id)) @if ($user_empty) @endif @endforeach
{{ __('maintenance-item-index.user') }}{{ __('maintenance-item-index.name') }} {{ __('maintenance-item-index.maintenances_count') }} {{ __('maintenance-item-index.amount_net_min') }} {{ __('maintenance-item-index.amount_net_max') }} {{ __('maintenance-item-index.amount_net_avg') }} {{ __('maintenance-item-index.quantity_sum') }} {{ __('maintenance-item-index.total_sum') }}
{{ $row->user->name }}{{ $row->name }} {{ $row->maintenances_count }} @unitHumanRaw('money', $row->amount_net_min) @unitHumanRaw('money', $row->amount_net_max) @unitHumanRaw('money', $row->amount_net_avg) @number($row->quantity_sum) @unitHumanRaw('money', $row->total_sum) @icon('tool', 'w-4 h-4')
@stop