@extends('layouts.app') @section('title', 'Home Page') @section('script') @parent @endsection @section('menu') @parent @endsection @section('content')
FOR STAFF USE
Rp
Please select the vouchers applicable to your checkout
@for ($i = 0; $i < 10; $i++)
@endfor
@component('components.voucher_register', [ 'account' => $account, ]) @endcomponent @endsection