@extends('frontend::layouts.master') @section('title') {{ __('frontend.tvshows') }} @endsection @section('content') @if (!is_null($sliders) && !empty($sliders)) @endif

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

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