@php use function App\Helpers\wEchoMessagesStatus; @endphp @extends('adminlte::page') @section('title', 'Campañas') @section('content_header')

Campañas

@stop @section('content')
@foreach($messages as $row) @endforeach
id Teléfono Estado
{{$row->id}} {{$row->phone}} {!! wEchoMessagesStatus($row->status,true) !!}
@stop @section('css') @stop @section('js') @stop