Update Guaranted Letter
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<div class="text-sm text-gray">Name of patient</div>
|
||||
<div class="text-sm text-gray">Name of Patient</div>
|
||||
<div class="text-md">{{ $member->full_name }}</div>
|
||||
</td>
|
||||
<td>
|
||||
@@ -112,7 +112,7 @@
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<div class="text-sm text-gray">DOB</div>
|
||||
<div class="text-sm text-gray">Date of Birth</div>
|
||||
<div class="text-md">{{ \Carbon\Carbon::parse($member->birth_date)->format('d/m/Y') }}</div>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user