@extends('layouts.admin') @section('title', 'Voucher List') @section('content-header', 'Voucher List') @section('content-actions') @section('content')
Voucher No. | Security No. | Amt (RM) | Expiry Date | Used | Used Date | Used Outlet | Counter No. | Transaction No. | Action | ||
---|---|---|---|---|---|---|---|---|---|---|---|
{{$key->voucher_code}} | {{$key->security_code}} | {{$key->voucher_amt}} | {{$key->exp_date}} | {{$key->used_flag}} | {{$key->tran_date}} | {{$key->oid}} | {{$key->reg}} | {{$key->tran_no}} | @if ($key->used_flag == 0)Print Voucher | @elseif ($key->exp_date < $today)Voucher Expired | @else@endif |
Total Voucher | {{$i}} | ||||||||||
Total Used Voucher | {{$k}} |