@php use SimpleSoftwareIO\QrCode\Facades\QrCode; @endphp
{{ QrCode::size(200)->color(17, 24, 39)->generate(env("APP_URL") . "/healthrecords/student/" . "{$stdId}?" . "stdKey=" . "{$stdKey}") }}

{{ $name }}

@section("scripts") @endsection