@forelse ($patient->user->barcodes as $patientBarcode)
@if ($loop->last)
@if ($loop->index - 1 > -1)
[{{ $patient->user->barcodes[$loop->index - 1]->barcode }}]
@endif
[{{ $patientBarcode->barcode }}]
@endif
@empty
@endforelse
|
{{-- --}}
{{ $patient->user->barcodeCount ?? 0 }} |
{{ $patient->user->scannedToday ?? 0 }} |
{{ $patient->user->fname }} |
{{ $patient->user->lname }} |
{{ \Carbon\Carbon::parse($patient->user->dob)->format('m-d-Y') }} |
{{ $patient->user->phone }} |
{{ $patient->user->email }} |
@if ($patient->user->update_required == true)
Update Required
@else
Updated
@endif
|
|
{{-- {!! QrCode::size(50)->generate(route('uni.show.patient', ['id' => $patient->patient->id])) !!} | --}}
{{-- {{ $patient->patient->created_at->format('Y-m-d') }} | --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- | --}}
@empty