@extends('panel.layouts.master') @section('content')
تاریخچه تخصیص
{{-- Show History Modal--}}
@csrf
@foreach($data as $key => $item) @php $i = 0; @endphp @foreach($item->groupBy('type') as $type => $history) @endforeach @php $i++; @endphp @endforeach
ردیف کارشناس نوع تعداد عملیات
{{ ++$key }} {{ $history[$i]->expert->fullName }} {{ $type }} {{ $history->count() }}
@endsection @section('script') @endsection