@extends('layouts.signed') @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') @stack('button_dashboard_start') @if (!user()) {{ trans('payments.all_payments') }} @endif @stack('button_dashboard_end') @endsection @section('content') @endsection @push('footer_start') @endpush