@extends('layouts.app') @section('title', 'State') @section('content')

{{ $state->name }}

Country: {{ optional($state->country)->name }}

Edit Back
@endsection