12 lines
304 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('invoice.title', trans_choice('general.invoices', 1))]))
2017-09-14 22:21:00 +03:00
@section('content')
2020-12-24 01:28:38 +03:00
<x-documents.form.content type="invoice" />
2017-09-14 22:21:00 +03:00
@endsection
2019-11-16 10:21:14 +03:00
@push('scripts_start')
2020-12-25 14:50:17 +03:00
<x-documents.script type="invoice" />
2017-11-13 21:55:15 +03:00
@endpush