akaunting 3.0 (the last dance)
This commit is contained in:
@@ -1,28 +1,44 @@
|
||||
@extends('layouts.admin')
|
||||
<x-layouts.admin>
|
||||
<x-slot name="title">
|
||||
{{ trans_choice('general.bills', 1) . ': ' . $bill->document_number }}
|
||||
</x-slot>
|
||||
|
||||
@section('title', trans_choice('general.bills', 1) . ': ' . $bill->document_number)
|
||||
<x-slot name="status">
|
||||
<x-show.status status="{{ $bill->status }}" background-color="bg-{{ $bill->status_label }}" text-color="text-text-{{ $bill->status_label }}" />
|
||||
</x-slot>
|
||||
|
||||
@section('new_button')
|
||||
<x-documents.show.top-buttons
|
||||
type="bill"
|
||||
:document="$bill"
|
||||
hide-button-group-divider2
|
||||
hide-button-customize
|
||||
/>
|
||||
@endsection
|
||||
<x-slot name="buttons">
|
||||
<x-documents.show.buttons type="bill" :document="$bill" />
|
||||
</x-slot>
|
||||
|
||||
@section('content')
|
||||
<x-documents.show.content
|
||||
type="bill"
|
||||
:document="$bill"
|
||||
hide-button-sent
|
||||
hide-button-email
|
||||
hide-button-share
|
||||
/>
|
||||
@endsection
|
||||
<x-slot name="moreButtons">
|
||||
<x-documents.show.more-buttons
|
||||
type="bill"
|
||||
:document="$bill"
|
||||
hide-email
|
||||
hide-share
|
||||
hide-divider3
|
||||
hide-customize
|
||||
/>
|
||||
</x-slot>
|
||||
|
||||
@push('scripts_start')
|
||||
<link rel="stylesheet" href="{{ asset('public/css/print.css?v=' . version('short')) }}" type="text/css">
|
||||
<x-slot name="content">
|
||||
<x-documents.show.content
|
||||
type="bill"
|
||||
:document="$bill"
|
||||
hide-send
|
||||
hide-get-paid
|
||||
hide-email
|
||||
hide-share
|
||||
hide-accept-payment
|
||||
hide-schedule
|
||||
hide-children
|
||||
/>
|
||||
</x-slot>
|
||||
|
||||
@push('stylesheet')
|
||||
<link rel="stylesheet" href="{{ asset('public/css/print.css?v=' . version('short')) }}" type="text/css">
|
||||
@endpush
|
||||
|
||||
<x-documents.script type="bill" />
|
||||
@endpush
|
||||
</x-layouts.admin>
|
||||
|
||||
Reference in New Issue
Block a user