@extends('layouts.app') @section('title', 'Painel Admin - Pontos Turísticos') @section('content')
| Nome | Tipo | Cidade | Status | Ações |
|---|---|---|---|---|
| {{ $ponto->nome }} | @if($ponto->tipo) {{ $ponto->tipo->icone }} {{ $ponto->tipo->nome }} @else - @endif | {{ $ponto->cidade }}/{{ $ponto->estado }} | {{ str_replace('_', ' ', ucfirst($ponto->status)) }} | 👁️ ✏️ |