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

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

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

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

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

@endsection