@extends('dashboard.layout') @section('title', 'Cities & States') @section('meta_description', 'Browse, search and filter the US city and state reference data.') @section('page_title', 'Cities & States') @section('content') {{-- ══════════════════════════════════════ PAGE HEADER ═══════════════════════════════════════ --}}
{{ number_format($entries->total()) }} records @if($filters['search'] || $filters['state']) — filtered @endif
No records found
Try adjusting your search or filter.
| # | City | State | Code | Priority |
|---|---|---|---|---|
| {{ $entry->id }} | {{ $entry->city_name ?? '—' }} | {{ $entry->state_name ?? '—' }} | @if($entry->state_code) {{ $entry->state_code }} @else — @endif | {{ $entry->priority ?? '—' }} |
Showing {{ $entries->firstItem() }}–{{ $entries->lastItem() }} of {{ number_format($entries->total()) }}