State
@foreach ($state as $states) @endforeach
Sr No Country State Action
{{ $loop->iteration }} {{ $states->country->name ?? '-' }} {{ $states->name }}
{{-- Add Form Script --}}