@extends('frontend::layouts.master') @section('title') {{ __('frontend.top_channels') }} @endsection @section('content')

{{ __('frontend.top_channels') }}

@for ($i = 0; $i < 12; $i++)
@include('components.card_shimmer_channel')
@endfor
@endsection