@php use App\Models\Action; $action = Action::where('victim_id', $id)->with('services')->first(); @endphp
Action Taken – any action already taken as of the date this form is completed
Services Offered To The Survivor @foreach($services as $service)
id, $action->services->pluck('id')->toArray()) ? 'checked' : '' }}> {{ $service->name }}
@endforeach