@extends('frontend::layouts.master') @section('content')

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

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