@if(isset($invoices))
| Task ID | Invoice Number | Reservation Date | Invoice Date | Type | Client | Contact Person | Vehicles | From | To | Total Days | Reservation Amount | Invoiced Amount + VAT | Vat Amount | Invoiced Amount - VAT | Amount Paid | Status |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $get->reservation_id }} | HCR{{ strtoupper(substr(App\Office::where("office_id", $get->office)->value("office_name"), 0, 3)) }}{{ $get->reservation_id }} | {{ $get->reservation_date }} | {{ $get->invoice_date }} | {{ $get->credit_type }} | {{ App\Companies::where("companies_id", $get->cid)->value("company_name") }} | {{ $get->contact_name }} |