@foreach ($qr_codes as $qr_code)
Website
{{ $qr_code->url }}
QR Type : @if ($qr_code->qr_type == '0') Static @else Dynamic @endif
Scan data
{{ $qr_code->created_at->format('M d,Y') }}
@if (!empty($qr_code->short_link_code)) {{ asset($qr_code->short_link_code) }} @endif
Website URL
{{ $qr_code->url }}
@if ($qr_code->qr_type == 'dynamic'){{ qrScanCount($qr_code->id) }}
@endif Download