@extends('layouts.master') @section('content')
@if (session('status'))
{{ session('status') }}
@endif

New

States

Total States({{$total }})

@foreach ($states as $state) @endforeach
id State Country Created At Action
{{ $state->id }} {{ $state->state_name }} {{ $state->country_name }} {{ $state->created_at }}

@if ( $errors->count() > 0 )

The following errors have occurred:

@endif @endsection