@extends('layouts.app') @section('seoheader') {!! $seo ?? '' !!} @endsection @section('content') @include('utils.preloader') @include('layouts.header')
@if ($stream_impacto != "")

Importaciones Impacto esta en VIVO

{!! str_replace('height="730"', 'height="1050"', $stream_impacto->link) !!}
@endif

Transmisiones de Importaciones Impacto

@foreach ($streams_impacto as $stream)
    {!! $stream->link !!}
@endforeach
@if ($streams_brands != "") @foreach ($brands as $brand)

Transmisiones de {{ $brand->b_description }}

@foreach ($streams_brands as $stream_brand) @if ($brand->id_brands == $stream_brand->user_created) @if ($stream_brand->id_status == 1)
    {!! $stream_brand->link !!}
@else
    {!! $stream_brand->link !!}
@endif @endif @endforeach
@endforeach @endif
@include('layouts.footer') @include('utils.backtop') @endsection