{{-- Knowing others is intelligence; knowing yourself is true wisdom. --}} @if (session()->has('message'))
{{ session('message') }}
@endif
@include('partials.message')
@if(count($states) > 0) @foreach($states as $state) @endforeach @else @endif
Name Country Name Status Action
{{ ucfirst($state->name) }} {{ $state->country->name }} {{ $state->status == 0 ? 'In-active' : 'Active' }}
No Records found
{{ $states->links() }}