@extends('layouts.app') @section('template_title') {{ $state->name ?? "{{ __('Show') State" }} @endsection @section('content')
{{ __('Show') }} State
Country Id: {{ $state->country_id }}
Name: {{ $state->name }}
Code: {{ $state->code }}
@endsection