@@ -54,7 +54,7 @@
@if(!count($customers))
<tr>
<td colspan="6">
- @include('app.patient.company-client.partials.create-company-client-customer-form')
+ @include('app.patient.company-client.partials.create-company-client-customer-form', ['button' => 'btn btn-primary text-white'])
</td>
</tr>
@endif
@@ -1,5 +1,5 @@
<div moe relative class="">
- <a href="#" start show class="col-2-button">
+ <a href="#" start show class="{{ @$button }}">
+ Add Patient as Customer
</a>
<form url="/api/customer/create" class="mcp-theme-1">