@extends('layouts.admin-layout') @section('title', 'All Voucher ') @section('content')

Voucher Form

Voucher Section

{{-- --}} @foreach($get_vouchers as $voucher) {{-- --}} @endforeach
Code Discount Amount PercentageExpiry DateAction
{{$voucher->voucher_code}} {{$voucher->discount_amount_percent}}{{$voucher->expiry_date}}
@endsection @section('script') @endsection