@extends('layouts.public-document') @section('title', ($paymentTitle ?? 'Payment') . ' ' . $payment->payment_number) @section('content')
{{ $company->name ?? 'Company' }}
@include('admin.payments.partials._document', ['forPublic' => true, 'documentCopyLabel' => $documentCopyLabel ?? 'Original Copy'])
@endsection @push('styles') @endpush