| {{__('ID')}} | {{__('Job ID')}} | {{__('Job Title')}} | {{__('Status (change by admin)')}} | {{__('Total Reject')}} | {{__('Total Edit')}} | {{__('Action')}} |
|---|---|---|---|---|---|---|
| {{ $history->id }} | {{ $history->job?->id }} | {{ $history->job?->title }} | {{ $history->reject_count }} | {{ $history->edit_count }} | @can('job-details') {{ __('Job Details') }} @endcan |