@extends('layouts.admin-layout')
@section('title', 'All Voucher ')
@section('content')
Voucher Section
| Code |
Discount Amount Percentage |
{{-- Expiry Date | --}}
Action |
@foreach($get_vouchers as $voucher)
| {{$voucher->voucher_code}} |
{{$voucher->discount_amount_percent}} |
{{-- {{$voucher->expiry_date}} | --}}
|
@endforeach
@endsection
@section('script')
@endsection