@php use App\Models\Action; $action = Action::where('victim_id', $id)->with('services')->first(); @endphp