@extends('layouts.app') @section('template_title') Ambiente @endsection @section('content')
{{ $message }}
No | Nombre Ambiente | Direccion | Descripcion | Evento | |
---|---|---|---|---|---|
{{ ++$i }} | {{ $ambiente->nombre_ambiente }} | {{ $ambiente->direccion }} | {{ $ambiente->descripcion }} | {{ $ambiente->evento->nombre_evento }} |