@extends('frontend::layouts.master')
@section('title')
{{ $categoryName ?? __('frontend.tv_channels') }}
@endsection
@section('content')
{{ $categoryName ?? __('frontend.tv_channels') }}
@for ($i = 0; $i < 12; $i++)
@include('components.card_shimmer_channel')
@endfor
@endsection