@extends('layouts.portal')
@section('title', trans_choice('general.payments', 1) . ': ' . @date($payment->paid_at))
@section('new_button')
@stack('button_print_start')
{{ trans('general.print') }}
@stack('button_print_end')
@stack('button_pdf_start')
{{ trans('general.download') }}
@stack('button_pdf_end')
@endsection
@section('content')
@endsection
@push('footer_start')
@endpush