@extends('layouts.directivo') @section('content')
Estadísticas Cuentas Específicos

Estadísticas Cuentas Específicos
@foreach($info2 as $ReporteE) @endforeach
Nombre RFC Proyecto Horas laboradas Fecha
{{$ReporteE->nombre_opc}} {{$ReporteE->rfc}} {{$ReporteE->nombre_op}} {{$ReporteE->horas}} {{$ReporteE->fcreado}}
@endsection