@extends('layouts.app') @section('title', __('Add Customer Receipt')) @section('content')
{{ __('Add Customer Receipt') }}
{{ __('Receive money from unpaid or partially paid sales invoices.') }}
{{ __('Customer Receipts') }}
{{ __('Receipt Method') }}
@csrf
{{ __('Only unpaid and partially paid sales invoices are shown.') }}
{{ __('No invoices selected.') }}
@csrf
@endsection @push('scripts') @include('payments.partials.allocation-scripts') @endpush