@extends('layouts.app') @section('content')
Generated QR Codes
@if($qrs->count()) @foreach($qrs as $qr) @endforeach
Label
Day
Used
Created At
Action
{{ $qr->label }}
{{ ucfirst($qr->day) }}
@if($qr->is_used)
Used
@else
Unused
@endif
{{ $qr->created_at->format('F j, Y') }}
Show
Copy Link
@else
No QR codes found.
@endif
@endsection @push('scripts') @endpush