@extends('site.layouts.app', ['seoModel' => $channels]) @section('content')
@include('site._includes.mini-banner', [ 'image_url' => $channels->banner_desktop, 'tablet_image' => $channels->banner_tablet, 'mobile_image_url' => $channels->banner_mobile, 'alt' => !empty($channels->title) ? $channels->title : '', 'tag' => !empty($channels->text) ? $channels->text : '', 'title' => !empty($channels->title) ? $channels->title : '', ])
{{ $channels->title }}
@foreach ($channels->channels as $channel)
@if ($channel['icon']) {{ $channel['title'] }} @endif

{{ $channel['title'] }}

{!! $channel['description'] !!} @if ($channel['link']) {{ $channel['text_button'] }} @endif
@endforeach
{{ $channels->title }}
@endsection