@extends('admin.layouts.app') @section('title', 'Create Voucher') @section('page_title', 'Create Voucher') @section('styles') @endsection @section('content')
Create Voucher
@csrf
@error('voucher_no')
{{ $message }}
@enderror
@error('date')
{{ $message }}
@enderror
@error('type')
{{ $message }}
@enderror
{{-- Credit Voucher Fields (Customer) --}} {{-- Debit Voucher Fields (Supplier or Expenses) --}}
Back
@endsection @section('scripts') @endsection