akaunting/resources/views/banking/transfers/print_third.blade.php

10 lines
185 B
PHP
Raw Normal View History

2021-07-09 23:36:41 +03:00
@extends('layouts.print')
@section('title', trans_choice('general.transfers', 1))
@section('content')
<x-transfers.template.third
:transfer="$transfer"
/>
@endsection