2017-09-14 22:21:00 +03:00
|
|
|
@extends('layouts.admin')
|
|
|
|
|
|
|
|
@section('title', trans('general.title.edit', ['type' => trans_choice('general.bills', 1)]))
|
|
|
|
|
|
|
|
@section('content')
|
2021-02-10 17:38:58 +03:00
|
|
|
<x-documents.form.content type="bill" :document="$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-25 14:50:17 +03:00
|
|
|
<x-documents.script type="bill" :items="$bill->items()->get()" />
|
2017-11-13 21:55:15 +03:00
|
|
|
@endpush
|