@extends('master.app') @section('title', 'Edit Received') @section('pageCSS') @endsection @section('body')
@include('general.valert') {{-- HEADER --}}

Edit Received

Update customer received voucher safely (audit friendly)
{{ $data->recieved_number }} {{ optional($data->customer)->name ?? 'Customer' }} Back
@csrf @method('PUT')
Unique voucher number
Numbers only
Search by name / phone
@if ($bdate == 1) @else @endif
Short description (e.g. Payment for invoice #...)
Add note for audit (optional but recommended)
Cancel
@endsection @section('pageJs') @endsection