@extends('layouts/contentLayoutMaster') @section('title', 'Dashboard Ecommerce') @section('vendor-style') {{-- vendor css files --}} @endsection @section('page-style') {{-- Page css files --}} @endsection @section('content')
@foreach ( $usuarios as $usuario) @endforeach
Empresas por aprobar tipo de Plan Contacto Teléfono Fecha de inscripción Acciones
@if($usuario->logo!=null) Speaker svg @else Speaker svg @endif
ER{{$usuario->id}} - {{$usuario->name}}
{{$usuario->email}}
{{$usuario->nombre_licencia}}
{{$usuario->nombre}}
{{$usuario->telefono}} {{date("d-m-Y", strtotime($usuario->created_at))}}
@endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection