@extends('layouts.app') @section('title', 'Regions | Website') @section('extrastyles') @endsection @section('content')
| Country | State |
|---|---|
|
{{ optional(optional($regionState->country)->country)->title}}
|
{{$regionState->state_name}} |