@vite(['resources/css/app.css', 'resources/js/app.js'])
AtTheShore

{{ $city }} Cameras

@php $cityCameras = App\Models\Camera::where('city', $city)->get(); @endphp @if($cityCameras->count() > 0) @else

No cameras found for {{ $city }}.

@endif