@extends('layouts.app') @section('template_title') {{ $estado->name ?? 'Show Estado' }} @endsection @section('content')
Show Estado
Estado: {{ $estado->estado }}
@endsection