@inject('estatusCliente', 'App\Http\Controllers\EstatusClienteController')
Nombre | Correo | Fecha registro | Ciudad | Estatus | Acciones |
---|---|---|---|---|---|
{{ $row->nombre }} | {{ $row->correo }} | {{ $row->fecha_crea }} | Ciudad | {!!$estatusCliente->showEstatus($row->estatus)!!} | @if ($row->estatus == 1 || $row->estatus == 2) @elseif ($row->estatus == 5) @else ... @endif |