@foreach($all_histories as $history) @endforeach
{{__('ID')}} {{__('Project ID')}} {{__('Project Title')}} {{__('Status (change by admin)')}} {{__('Total Reject')}} {{__('Total Edit')}} {{__('Action')}}
{{ $history->id }} {{ $history->project?->id }} {{ $history->project?->title }} {{ $history->reject_count }} {{ $history->edit_count }} {{ __('Project Details') }}