13 lines
274 B
PHP
Raw Normal View History

2019-12-13 11:04:17 +03:00
@extends('layouts.print')
2017-09-14 22:21:00 +03:00
2020-12-24 01:28:38 +03:00
@section('title', trans_choice('general.bills', 1) . ': ' . $bill->document_number)
2017-09-14 22:21:00 +03:00
@section('content')
2020-12-24 21:59:02 +03:00
<x-documents.template.ddefault
type="bill"
:document="$bill"
hide-discount
hide-footer
/>
2017-09-14 22:21:00 +03:00
@endsection