Invite Code
Generate New Invite Code
Share this code with pharmacy partners to initiate the verification process securely within the network.
Pending Requests
@if($pendingCount > 0) {{ $pendingCount }} New @endif
No requests.
@else
@foreach($requests as $req)
@php
$location = trim(($req->requesterPharmacy?->city ? $req->requesterPharmacy?->city : '').(($req->requesterPharmacy?->city && $req->requesterPharmacy?->state) ? ', ' : '').($req->requesterPharmacy?->state ? $req->requesterPharmacy?->state : ''));
$license = $req->requesterPharmacy?->license_number;
@endphp
{{ $req->created_at?->diffForHumans() }}
@if($req->status === 'pending')
@else
@endif
@endforeach
@endif
local_pharmacy
{{ $req->requesterPharmacy?->name }}
ID: #{{ $req->id }}
License
{{ $license ?: 'N/A' }}
Location
{{ $location ?: 'N/A' }}