@extends('layout') @section('content')
@include('layout.component.a.info') @include('layout.component.a.links') @if ($cat == 'videos') @include('layout.component.a.videos') @else @include('layout.component.a.channels') @endif
@endsection