@include('admin.header')
@section('title', 'Log Advance Payment')
@section('actions')
Back to Payments
@endsection
- Select the correct buyer
- Link to order confirmation if applicable
- Provide accurate payment details
- Include transaction ID for bank payments
- Payment will be marked as "received" by default
@include('admin.footer')