@extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

TV Channel Categories

@foreach ($categories as $category) @endforeach
ID Code Category Channels Count Actions
{{ $category->id }} {{ $category->code }} {{ $category->category }} @if ($category->channels_count > 0) {{ $category->channels_count }} @else 0 @endif
@if ($category->channels_count > 0) @else @endif
@endsection