@extends('master.app') @section('title', 'Add Received') @section('pageCSS') @endsection @section('body')
@include('general.valert') @if ($errors->any())
@endif
@csrf {{-- ✅ HEADER --}}

Add Received

Clean • Fast • International-style form
{{ old('invoice_number', $number ?? '') }} No customer Currency
Auto number generated
{{-- ✅ FIXED: your old code had date value in amount --}}
@if ($bdate == 1) @else @endif
Type name to search
Back
Tip: Please choose correct currency and transaction for accurate ledger & cash journal.
@endsection @section('pageJs') @endsection