Payment show and pdf fixed..

This commit is contained in:
Cüneyt Şentürk
2021-06-28 18:38:56 +03:00
parent fcc8d4f29a
commit 293a659f22
3 changed files with 14 additions and 3 deletions

View File

@ -0,0 +1,10 @@
@extends('layouts.print')
@section('title', trans_choice('general.payments', 1) . ': ' . $payment->id)
@section('content')
<x-transactions.template.ddefault
type="payment"
:transaction="$payment"
/>
@endsection