@section('title', 'Preview - Invoice') @push('styles') @laravelCommentsLivewireStylesreStyles @endpush @includeWhen(isset($invoice) ,'admin.pages.invoices.header-top', ['tab' => 'invoice']) {{-- Alert Contract expired --}} @if(count($pendingDocs) > 0)
@endif @forelse ($invoice->deductableDownpayments as $dp) @if ($dp->downpayment_amount_remaining > 0)
@endif @empty @endforelse @if ($invoice->contract->have_retention)
@endif {{-- payment delete warning --}} @if(!$invoice->isEditable())
@endif
@if(request()->tab != 'authority-tax') @include('admin.pages.invoices.preview.main-invoice.preview') @else @include('admin.pages.invoices.preview.authority-invoice.preview') @endif
{!! str_replace(' ', '
', $invoice->status); !!}
Comments
  • {{--
  • --}}
@include('admin._partials.sections.x-comments', ['model' => $invoice])
Process Checklist
  • {{--
  • --}}
delete
Documents Checklist
  • {{--
  • --}}
delete
@push('scripts') {{-- comments scripts --}} @laravelCommentsLivewireScripts @endpush