{{-- wrapper --}}
{{-- newButton --}}
{{-- endCol --}} {{-- search --}}
{{-- count --}}

{{ $operations?->count() ?? 0 }}

{{-- end topRow --}} {{-- ---------------------------------------------------------------------- --}} {{-- ---------------------------------------------------------------------- --}} {{-- row --}}
{{-- loop - operationsByType --}} @foreach ($operations->groupBy('seizureOperationTypeId') as $commonType => $operationsByType) {{-- commonType --}}

{{ $operationsByType->first()?->type ? $operationsByType->first()?->type->{__('name')} : ''}}

{{-- ------------------------------------- --}} {{-- ------------------------------------- --}} {{-- tableContent --}}
{{-- headers --}} {{-- endHeaders --}} {{-- ---------------------------------------- --}} {{-- ---------------------------------------- --}} {{-- body --}} {{-- loop - operations --}} @foreach ($operationsByType ?? [] as $operation) @endforeach {{-- end loop --}}
{{__('Date')}} {{__('Operation Number')}} {{__('Total Fees')}} {{__('Information')}}
{{-- end tableColumn --}} @endforeach {{-- end loop - groupByType --}}
{{-- endWrapper --}}