Add email template..

This commit is contained in:
Cüneyt Şentürk
2021-06-24 14:13:44 +03:00
parent 19a417791e
commit 43e31fd647
7 changed files with 198 additions and 0 deletions

View File

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