@extends('layouts/contentLayoutMaster') @section('title', 'Dashboard Ecommerce') @section('vendor-style') {{-- vendor css files --}} @endsection @section('page-style') {{-- Page css files --}} @endsection @section('content')
Atras
@foreach ( $reportes as $reporte) @endforeach
Nombre Cédula Correo Teléfono Profesión
{{$reporte->name}}
{{$reporte->ruc}}
{{$reporte->email}}
{{$reporte->telefono}}
{{$reporte->nombre}}
@endsection @section('vendor-script') @endsection @section('page-script') {{-- Page js files --}} @endsection