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

Voucher Section

@foreach($get_vouchers as $voucher) @endforeach
S.N. Code Discount Amount Percentage Action
{{ $loop->iteration }} {{$voucher->voucher_code}} {{$voucher->discount_amount_percent}}
@endsection @section('script') @endsection