@extends('layouts.tables') @section('tables-head') Miss INBTEL 2024 | PBX Hosting @endsection @section('tables-title') Miss INBTEL 2024 @endsection @section('tables-btn') @endsection @section('tables-content') Nombre Correo Telefono Edad Fecha de nacimiento Direccion Municipio Redes Sociales Mensaje Imagenes Acciones @if(isset($entries)) @foreach($entries as $entry) {{$entry['nombre']}} {{$entry['correo']}} {{$entry['telefono']}} {{$entry['edad']}} {{$entry['fecha_nacimiento']}} {{$entry['direccion']}} {{$entry['municipio']}} {{$entry['redes_sociales']}} {{$entry['mensaje']}} @endforeach @endif Nombre Correo Telefono Edad Fecha de nacimiento Direccion Municipio Redes Sociales Mensaje Imagenes Acciones @endsection @section('tables-scripts') @endsection