akaunting 3.0 (the last dance)
This commit is contained in:
@ -1,11 +1,25 @@
|
||||
@extends('layouts.admin')
|
||||
|
||||
@section('title', trans('general.title.new', ['type' => setting('bill.title', trans_choice('general.bills', 1))]))
|
||||
<x-layouts.admin>
|
||||
<x-slot name="title">
|
||||
{{ trans('general.title.new', ['type' => setting('bill.title', trans_choice('general.bills', 1))]) }}
|
||||
</x-slot>
|
||||
|
||||
@section('content')
|
||||
<x-documents.form.content type="bill" hide-company hide-footer hide-edit-item-columns is-purchase-price />
|
||||
@endsection
|
||||
<x-slot name="favorite"
|
||||
title="{{ trans('general.title.new', ['type' => setting('bill.title', trans_choice('general.bills', 1))]) }}"
|
||||
icon="file_open"
|
||||
route="bills.create"
|
||||
></x-slot>
|
||||
|
||||
<x-slot name="content">
|
||||
<x-documents.form.content
|
||||
type="bill"
|
||||
hide-company
|
||||
hide-footer
|
||||
hide-edit-item-columns
|
||||
hide-send-to
|
||||
is-purchase-price
|
||||
/>
|
||||
</x-slot>
|
||||
|
||||
@push('scripts_start')
|
||||
<x-documents.script type="bill" />
|
||||
@endpush
|
||||
</x-layouts.admin>
|
||||
|
Reference in New Issue
Block a user