@extends('admin.master') @section('title') {{ 'View QR' }} @endsection @section('styles') @endsection @section('view-qr')
{{-- {{ dd($qrCodeCount) }} --}} @if ($qrCodeCount == 0)

No QR code found

@endif
@csrf
@foreach ($qr_codes as $qr_code) @endforeach
@if ($qr_codes->hasMorePages())
@else @endif
@endsection @section('script') @endsection