Enviar Correos


@error('AsuntoMail') @enderror
@error('CuerpoMail') @enderror

Lista Correos enviados

@foreach ($datosSistem['sendPromo'] as $sendPromo) @endforeach
ID ASUNTO CUERPO USUARIO CREADOR FECHA
{{$sendPromo->id}} {{$sendPromo->asunto}} {{$sendPromo->cuerpo}} {{$sendPromo->name}} {{$sendPromo->updated_at}}
Mostrando {{$datosSistem['sendPromo']->count()}} de {{$datosSistem['sendPromo']->total()}}
{{ $datosSistem['sendPromo']->onEachSide(1)->links() }}