@extends('layouts.app') @section('title', 'GiftVoucher') @section('content')

Gift Voucher Manage Gift Vouchers

Manage Gift Vouchers

@can('gift_voucher.create')
@endcan
@can('gift_voucher.view')
ID Voucher ID Category Amount Issued Date Expiry Date Status Invoice No Action
@endcan
{{-- Add Voucher Model --}} {{-- End Add Voucher Model --}}

Gift Voucher Preview

@endsection @section('javascript') @endsection