{{-- Knowing others is intelligence; knowing yourself is true wisdom. --}} @if (session()->has('message'))
{{ session('message') }}
@endif

Cities

Add City
@include('partials.message')
@if(count($cities) > 0) @foreach($cities as $city) @endforeach @else @endif
Name State Name Status Action
{{ ucfirst($city->name) }} {{ $city->state->name }} {{ $city->status == 0 ? 'In-active' : 'Active' }}
No Records found
{{ $cities->links() }}