@extends('system-mgmt.state.base') @section('action-content')

List of states

{{ csrf_field() }} @component('layouts.search', ['title' => 'Search']) @component('layouts.two-cols-search-row', ['items' => ['Name'], 'oldVals' => [isset($searchingVals) ? $searchingVals['name'] : '']]) @endcomponent @endcomponent
@foreach ($states as $state) @endforeach
State Name Country Name Action
{{ $state->name }} {{ $state->country_name }}
Update
State Name Country Name Action
Showing 1 to {{count($states)}} of {{count($states)}} entries
{{ $states->links() }}
@endsection