@extends('frontend::layouts.master') @section('title') {{ __('frontend.my_watchlist') }} @endsection @section('content')
@include('frontend::components.account-settings-sidebar')

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

@if(isenablemodule('movie') == 1)
@endif @if(isenablemodule('tvshow') == 1)
@endif @if(isenablemodule('video') == 1)
@endif
@endsection