@extends('theme::layouts.app', ['alias' => 'Account']) @section('theme::title', __('seo.voucher')) @section('theme::sidebar') @include('theme::frontend.account.sidebar', ['account_alias'=>'Vouchers']) @endsection @section('theme::content')

{{ __('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) !!}
@endsection @push('theme::javascript') {!! $dataTable->scripts() !!} @endpush