@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('content')
@include('admin.sidebar_menu')
@if( ! empty($title))

{{ $title }}

@endif @include('admin.flash_msg')
@csrf
{!! $errors->has('country_id')? '

'.$errors->first('country_id').'

':'' !!}
{!! $errors->has('state_name')? '

'.$errors->first('state_name').'

':'' !!}

@foreach($states as $state)
@lang('app.state_name') @lang('app.country_name') @lang('app.actions')
{!! $state->state_name !!} {!! $state->country->country_name !!}