@extends('admin.layout.app') @section('title') {{ $state->name ?? "Show State" }} @endsection @section('header')

Home - State Management

@endsection @section('content')
{{ __('Show') }} State
Province: {{ $state->province->name }}
Name: {{ $state->name }}
@endsection