← Back to suppliers
@if (session('success'))
{{ session('success') }}
@endif

{{ $supplier->name }}

{{ $supplier->phone ?: '—' }} · {{ $supplier->email ?: '—' }}

@can('suppliers.update') @endcan
Received Value
{{ number_format($supplier->receivedValue(), 2) }}
Paid
{{ number_format($supplier->paidValue(), 2) }}
Balance Owed
{{ number_format($supplier->balance(), 2) }}

Activity

@if ($timeline->isEmpty()) @else @endif
{{-- Record Payment modal --}} @if ($showPaymentForm)

Record Payment

@endif