@extends('layouts.adminlte') @section('title', $voucher->exists ? 'Edit Voucher' : 'Create Voucher') @section('content')

{{ $voucher->exists ? 'Edit Payment Voucher' : 'Create Payment Voucher' }}

Back
@csrf @if($voucher->exists) @method('PUT') @endif
Voucher Details
@if($voucher->exists)
@endif
@if($voucher->exists)
@endif
@endsection @push('scripts') @endpush