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

@date($payment->paid_at)

@if ($payment->description)

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

{{ $payment->description }}

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