@extends('layouts.app') @section('title', 'Regions | Website') @section('extrastyles') @endsection @section('content')
{{$region->name}}
@if($client->isEnabled() == false) @endif
@include('flash::message')
@foreach($regionStates as $key => $regionState) @endforeach
Country State
{{ optional(optional($regionState->country)->country)->title}}
{{$regionState->state_name}}
@endsection @section('footer') @endsection