@extends('layouts.app') @section('template_title') {{ $ambiente->name ?? 'Show Ambiente' }} @endsection @section('content')
Show Ambiente
Nombre Ambiente: {{ $ambiente->nombre_ambiente }}
Direccion: {{ $ambiente->direccion }}
Descripcion: {{ $ambiente->descripcion }}
Evento Id: {{ $ambiente->evento->nombre_evento }}
@endsection