@extends('layout.app') @section('content') @if (Session::has('agregar')) @endif
Placeholder image  Agregar Placeholder image  Regresar

@foreach($Listar as $key => $li) @endforeach
# CompaƱia Correos enviados Fecha Tipo Action
{{ $li['surveyid'] ?? '' }} {{ $li['nombre'] ?? '0' }} {{ $li['emails'] ?? '0' }} {{ $li['fechaAlta'] ?? '0' }} {{ $li['tipoN'] ?? '0' }}
@endsection