@forelse($indicators as $indicator) @empty @endforelse
@lang('Actions') @include('components.table-header-sorting', ['label' => __('Product'), 'name' => 'product']) @include('components.table-header-sorting', ['label' => __('Date'), 'name' => 'indicator_date']) @include('components.table-header-sorting', ['label' => __('PBH'), 'name' => 'pbh']) @include('components.table-header-sorting', ['label' => __('PBH uPPA'), 'name' => 'pbh_uppa']) @include('components.table-header-sorting', ['label' => __('PM'), 'name' => 'pm']) @include('components.table-header-sorting', ['label' => __('KS min'), 'name' => 'ks_min']) @include('components.table-header-sorting', ['label' => __('M min'), 'name' => 'm_min'])
@if(checkAccess('indicators_delete'))
@method('DELETE') @csrf
@endif @if(checkAccess('indicators_edit')) Edytuj @else Edytuj @endif
{{$indicator->product}} {{\Carbon\Carbon::parse($indicator->indicator_date)->format('d.m.Y')}} {{$indicator->pbh}} {{$indicator->pbh_uppa}} {{$indicator->pm}} {{$indicator->ks_min}} {{$indicator->m_min}}
@lang('No indicators')
{{$indicators->links()}}