@if($invoice->heap && $invoice->heap->make || $invoice->heap && $invoice->heap->model || $invoice->heap && $invoice->heap->reg_number ) @endif @if($invoice->heap && $invoice->heap->type) @endif @if($invoice->heap && $invoice->heap->mileage) @endif @if($invoice->heap && $invoice->heap->service_due) @endif @if($invoice->heap && $invoice->heap->make || $invoice->heap && $invoice->heap->model || $invoice->heap && $invoice->heap->reg_number ) @endif @if($invoice->heap && $invoice->heap->type) @endif @if($invoice->heap && $invoice->heap->mileage) @endif @if($invoice->heap && $invoice->heap->service_due) @endif
{{ ('Vehicle model') }}{{ ('Type') }}{{ ('Mileage') }}{{ ('Next Service Date') }}
{{ $invoice->heap->make ? $invoice->heap->make : '' }} {{ $invoice->heap->model ? $invoice->heap->model : '' }} {{ $invoice->heap->reg_number ? $invoice->heap->reg_number : '' }} {{ $invoice->heap->type}} {{ $invoice->heap->mileage}}KM{{ date(AdminBaseDashboard::format_date(), strtotime($invoice->heap->service_due)) }}