@extends('layouts.app') @section('content')
{{ __('Edit Voucher') }}
@csrf @method('PUT')

{{ __('Edit Voucher') }}

@foreach ($discountTypes as $type) @endforeach
@endsection @push('scripts') @endpush