@if($case->police_station_case)
@endif
@if($case->prosecution_case)
@endif
@if($case->first_class_case)
@endif
@if($case->resume_case)
@endif
@if($case->discrimination_case)
@endif
@if($case->expert_case)
@endif
@if($case->problem_case)
@endif
| الحكم |
تاريخ الحكم |
@foreach(\App\CaseJudgment::query()->where('case_id', $case_id)->withoutGlobalScope(GetRecordsThroughUserBranchScope::class)->whereHas('case',function ($builder){$builder->withoutGlobalScope(GetRecordsThroughUserBranchScope::class)->where('creator_id', auth()->id());})->get() as $judgment)
| {{$judgment->final_decision}} |
{{$judgment->judgment_date}} |
@endforeach