@if (session('success')) @endif @if (session('info')) @endif @if (session('error')) @endif

NIID/NAICON RESPONSES History

@csrf
@if ($vehicles->count() > 0) @foreach ($vehicles as $vehicle) @endforeach @else @endif
Insurance Class Client Name NIID Response Policy No NAICON ID Action
{{ $vehicle->ins_class }} {{ $vehicle->customer->fname ?? '' }} {{ $vehicle->customer->lname ?? '' }} @if (!empty($vehicle->niid_resp)) NIID PASS @else NIID Missing @endif {{ $vehicle->policy_no }} @if (!empty($vehicle->naicom_unique_id)) {{ $vehicle->naicom_unique_id }} @else NAICOM Missing @endif {{-- Show Repush button if NIID or NAICON is missing --}} @if (empty($vehicle->niid_resp) || empty($vehicle->naicom_unique_id))
@csrf
@else ✔ Fully Synced @endif
No response data found