{{ __('home.voucher.title') }}

@if(session()->has('success')) @endif @if(session()->has('error')) @endif
@method('POST') @csrf
{{ __('home.voucher.form.voucher-help') }} @if($errors->has('voucher'))
{{ $errors->first('voucher') }}
@endif
{!! $dataTable->table(['class' => 'table table-hover table-bordered table-striped w-100'], true) !!}