@extends('layouts.app') @section('title', 'Final Close Tickets Report') @section('page-title', 'Final Close Tickets Report') @section('content')
There are no closed tickets waiting for final closure.
| Select | Action | Invoice Number | Invoice Date | Items Count |
|---|---|---|---|---|
| {{ $invoiceNumber }} | @if($invoiceDate) {{ $invoiceDate }} @else - @endif | {{ $invoiceLogs->count() }} item(s) |
There are no final closed tickets in the system.
| Invoice Number | Invoice Date | Items Count | |
|---|---|---|---|
| {{ $invoiceNumber }} | @if($invoiceDate) {{ $invoiceDate }} @else - @endif | {{ $invoiceLogs->count() }} item(s) |