@extends('frontend::layouts.master') @section('content') @if(!is_null($sliders) && !empty($sliders)) @endif

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

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