@extends('admin.layouts.master-soyuz') @section('title','All Vouchers | ') @section('body') @component('admin.component.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('All Vouchers ') }} @endslot @slot('menu1') {{ __('All Vouchers ') }} @endslot @slot('button')
@can('users.create') {{ __("Create new voucher") }} @endcan
@endslot @endcomponent
{{__("All Vouchers ")}}
# Voucher Code Link By Amount Discount apply type Max usage Status Action
@endsection @section('custom-script') @endsection