QR Codes

@can('qr-code.create') @endcan
@foreach($qrcodes as $index => $qr) @endforeach
S.No. Title URL QR Code Action
{{ $index + 1 }} {{ $qr->title }} {{ $qr->custom_url ?? $qr->url }} @if($qr->qr_code_img) @endif
@push('scripts') @endpush