Payment show and pdf fixed..
This commit is contained in:
10
resources/views/purchases/payments/print_default.blade.php
Normal file
10
resources/views/purchases/payments/print_default.blade.php
Normal 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
|
Reference in New Issue
Block a user