@extends('layouts.app') @section('title', __('Add Supplier Payment')) @section('content')
{{ __('Add Supplier Payment') }}
{{ __('Pay unpaid or partially paid purchase invoices.') }}
{{ __('Supplier Payments') }}
{{ __('Payment Method') }}
@csrf
{{ __('Only unpaid and partially paid purchase invoices are shown.') }}
{{ __('No purchases selected.') }}
@csrf
@endsection @push('scripts') @include('payments.partials.allocation-scripts') @endpush