2021-06-28 18:38:56 +03:00
|
|
|
@extends('layouts.print')
|
|
|
|
|
|
|
|
@section('title', trans_choice('general.payments', 1) . ': ' . $payment->id)
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
<x-transactions.template.ddefault
|
2021-07-23 14:04:38 +03:00
|
|
|
type="expense"
|
2021-06-28 18:38:56 +03:00
|
|
|
:transaction="$payment"
|
|
|
|
/>
|
|
|
|
@endsection
|