@extends('admin.layout.app') @section('content')

State

+ Add State
@foreach ($states as $key=>$state) @endforeach
# Name Action
{{ $key + 1 }} {{ $state->name }} ({{ $state->country->name }}) Edit
@csrf @method('DELETE')
@endsection