@extends('layouts.app') @section('page-title', 'Add Voucher') @section('content')

New Voucher Product

@csrf @include('vouchers._form', ['product' => null])
Cancel
@endsection