@extends('layouts.portal') @section('title', trans_choice('general.invoices', 1)) @section('content')

{{ $payment->category->name }}

{{ $payment->contact->name }}

{{ trans('general.date') }}: @date($payment->paid_at)

@if ($payment->description)

{{ trans('general.description') }}:

{{ $payment->description }}

@endif
{{ trans_choice('general.categories', 1) }} {{ trans_choice('general.payment_methods', 1) }} {{ trans('general.reference') }} {{ trans('general.amount') }}
{{ $payment->category->name }} {{ $payment_methods[$payment->payment_method] }} {{ $payment->reference }} @money($payment->amount, $payment->currency_code, true)
@if ($payment->attachment) @endif
@endsection @push('scripts_start') @endpush