@extends('layouts.admin') @section('title', 'Unlimited Voucher Report') @section('content-header', 'Unlimited Voucher Report') @section('content')
@php $i = 0; $k = 0; $total_success = 0; $total_failed = 0; $total_overall = 0; $today = date('Y-m-d H:i:s'); $by = auth()->user()->getFullname(); @endphp @foreach($voucher_list as $vou) @endforeach *All Calculation is Based on Voucher Data, Not Receipt

{{$vform[0]->vForm_no}} Usage Report || Printed on {{$today}} by {{$by}}

Voucher Code Amount Used (Q) Total Amount Usage(RM) This Month Usage(RM)
{{$vou['voucher_code']}} {{$vou['usage'] ?? '-'}} {{$vou['total'] ?? '-'}} {{$vou['month_total'] ?? '-'}}

@endsection @section('js') @endsection