|
@@ -43,7 +43,7 @@
|
|
|
<form url="{{ route('patient-request-create-invoice') }}" class="mcp-theme-1">
|
|
|
@csrf
|
|
|
<input type="hidden" name="customerUid"
|
|
|
- value="{{ $patientRequest->customer->uid }}" />
|
|
|
+ value="{{ @$patientRequest->customer->uid }}" />
|
|
|
<input type="hidden" name="patientRequestUid" value="{{ $patientRequest->uid }}" />
|
|
|
<p class="mb-2 text-secondary font-weight-bold">Add Invoice</p>
|
|
|
<div class="mb-2">
|