@extends('layouts.app') @section('content')

✅ QR Code is VALID

Label: {{ $qr->label }}

Valid for: {{ ucfirst($qr->day) }}

Generated on: {{ $qr->created_at->format('Y-m-d H:i') }}

@endsection