@if (session()->has('message')) @endif
@if($showForm)
@error('name')
{{ $message }}
@enderror
@endif
@if($search) Searching for: "{{ $search }}" @endif
@if($search) @endif
@forelse($cities as $city) @empty @endforelse
Name Actions
{{ $city->name }}
@if($search)

No cities found matching "{{ $search }}".

@else

No cities found.

@endif
@if($cities->hasPages())
{{ $cities->links() }}
@endif