akaunting 3.0 (the last dance)

This commit is contained in:
Burak Civan
2022-06-01 10:15:55 +03:00
parent cead09f6d4
commit d9c0764572
3812 changed files with 126831 additions and 102949 deletions

View File

@ -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>