Samson Mutunga hace 3 semanas
padre
commit
332ccf9fb3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/views/app/patient/patient-requests.blade.php

+ 1 - 1
resources/views/app/patient/patient-requests.blade.php

@@ -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">