@extends('admin.layouts.master') @section('contents')

{{ __('Add Voucher') }}

@csrf @include('admin.charge-vouchers.form')
@endsection @section('scripts') @endsection