@extends('layout.app') @section('content') @if (Session::has('agregar')) @endif Agregar Regresar # CompaƱia Correos enviados Fecha Tipo Action @foreach($Listar as $key => $li) {{ $li['surveyid'] ?? '' }} {{ $li['nombre'] ?? '0' }} {{ $li['emails'] ?? '0' }} {{ $li['fechaAlta'] ?? '0' }} {{ $li['tipoN'] ?? '0' }} Envio de Correo @endforeach @endsection