@extends('salesman.layouts.master') @section('content')

Patients

Add Patient

Barcode Scanned Today: {{ $todayBarcode }}

Site: {{ $org->name }} |

Sample File Import
@csrf
@forelse ($users as $user) @empty @endforelse
Barcode Barcode Count Name QR Code Date Created Action
@forelse ($user->user->barcodes as $patientBarcode) [{{ $patientBarcode->barcode }}] @empty @endforelse
@csrf
@if($errors->has('barcode'))
{{$errors->first('barcode')}}
@endif
{{ $user->user->barcodeCount ?? 0 }} {{ $user->user->fname . ' ' . $user->user->lname }} {!! QrCode::size(50)->generate(route('uni.show.user', ['id' => $user->user->id])) !!} {{ $user->user->created_at->format('m-d-Y') }} {{-- --}} {{-- --}}
No Data Available No Data Available No Data Available No Data Available {{-- --}} {{-- --}} {{-- --}}
@endsection