2020-12-24 21:59:02 +03:00

13 lines
274 B
PHP

@extends('layouts.print')
@section('title', trans_choice('general.bills', 1) . ': ' . $bill->document_number)
@section('content')
<x-documents.template.ddefault
type="bill"
:document="$bill"
hide-discount
hide-footer
/>
@endsection