12 lines
358 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
@extends('layouts.admin')
2020-12-24 01:28:38 +03:00
@section('title', trans('general.title.new', ['type' => setting('bill.title', trans_choice('general.bills', 1))]))
2017-09-14 22:21:00 +03:00
@section('content')
<x-documents.form.content type="bill" hide-company hide-footer hide-edit-item-columns is-purchase-price />
2017-09-14 22:21:00 +03:00
@endsection
2019-11-16 10:21:14 +03:00
@push('scripts_start')
2020-12-24 01:28:38 +03:00
<x-documents.script type="bill" />
2017-11-13 21:55:15 +03:00
@endpush