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

Home - State Managment

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