@extends('admin.layouts.master') @section('title', 'VRM Tracker | Vogue Technics') @section('styles') @endsection @section('content') VRM Tracker {{-- Search a registration to see every quote or standalone invoice against it. --}} VRM Number Track Inquiry @if ($searchedVrm !== '') @if (($trackerItems ?? collect())->isNotEmpty()) Search Results | {{ strtoupper($searchedVrm) }} {{-- Latest entries are shown first for {{ strtoupper($searchedVrm) }}. --}} {{ $trackerItems->count() }} Found Sr # {{-- Date --}} Quote Number VRM Customer Current State Actions @foreach ($trackerItems as $trackerItem) {{ $loop->iteration }} {{-- {{ $trackerItem['date'] }} --}} {{ $trackerItem['reference_number'] }} {{-- {{ $trackerItem['display_vrm'] }} --}} {{ $trackerItem['display_vrm'] }} {{ $trackerItem['customer_name'] }} {{ $trackerItem['current_state'] }} @if (!empty($trackerItem['edit_url'])) @endif @if (!empty($trackerItem['view_url'])) @endif @endforeach @else No quote, proforma invoice, or sale invoice was found for VRM {{ $searchedVrm }}. @endif @endif @endsection
Search a registration to see every quote or standalone invoice against it.
Latest entries are shown first for {{ strtoupper($searchedVrm) }}.