2019-12-25 19:09:04 +03:00
|
|
|
@extends('layouts.print')
|
|
|
|
|
2020-12-24 01:28:38 +03:00
|
|
|
@section('title', trans_choice('general.invoices', 1) . ': ' . $invoice->document_number)
|
2019-12-25 19:09:04 +03:00
|
|
|
|
|
|
|
@section('content')
|
2020-12-24 01:28:38 +03:00
|
|
|
<x-documents.template.ddefault
|
|
|
|
type="invoice"
|
|
|
|
:document="$invoice"
|
|
|
|
/>
|
2019-12-25 19:09:04 +03:00
|
|
|
@endsection
|