@extends('../layout/' . $layout) @section('subhead') Tendencias - Usuario - SIMEP @endsection @section('subcontent')

Tendencias

Información generalizada de las tendencias actuales en el mercado.

@if(count($data['tendencias']) > 0) @foreach($data['tendencias'] as $key => $value)
Nuevo

{{$value->name}}

{{$value->categoria}} - {{$value->fuente}} {{$value->ano}}

{{$value->descripcion_detallada}}
@endforeach @endif

Informes

Tendencias de mercado

@if(count($data['tendencias_full']) > 0) @foreach($data['tendencias_full'] as $key => $value) @endforeach @endif
Informe Descripcion Fecha Fuente Categoria Acciones
{{$value->name}} {{$value->descripcion}} {{$value->fecha}} {{$value->fuente}} {{$value->categoria}}
@str_contains($value->url, 'app.powerbi.com') Ver @else Ver @endstr_contains
@endsection @section('script') @endsection