@extends('layouts/contentLayoutMaster') @section('title', 'Dashboard Ecommerce') @section('vendor-style') {{-- vendor css files --}} @endsection @section('page-style') {{-- Page css files --}} @endsection @section('content')
Atras
@if($reporteid!=6) @endif @foreach ( $reportes as $reporte) @if($reporteid!=6) @endif @endforeach
Nombre CédulaEmpresaCalificación Acciones
{{$reporte->nombre}}
{{$reporte->cedula}}
{{$reporte->name}}
{{$reporte->calificacion}}
@if($reporteid==101 ||$reporteid==3 ||$reporteid==2 ||$reporteid==6 ||$reporteid==4 ) Ver @endif
@endsection @section('vendor-script') @endsection @section('page-script') {{-- Page js files --}} @endsection