fullname_placeholder
email_placeholder
@php
$details = [
['label' => 'Student No.', 'value' => '02-134523-223'],
['label' => 'Phone', 'value' => '+63 9123456789'],
['label' => 'QR Code', 'value' => 'dpsfkf_3jnf_34'],
['label' => 'Total Hours', 'value' => '30 hours'],
];
@endphp
{{-- @foreach ($details as $detail)
{{ $detail['label'] }}
{{ $detail['value'] }}
@endforeach --}}
Student No.
student_no_placeholder
QR Code
qr_code_placeholder
Total Hours
total_hours_placeholder
{{--
--}}
{{--
--}}