@extends('layouts.admin') @section('title', 'Assign PCP / BHCM') @section('content')
← Onboarding

{{ $patientProfile->user->name ?? 'Patient' }}

Assign exactly one PCP and one BHCM. Role eligibility is enforced automatically.

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection