@extends('Member::member_profile') @section('title','My Favorites') @section('content_sub_member')

@lang('messages.myFavoritesMemberControl')

@if(count($favorites) == 0)

@lang('messages.yourfavoriteisempty')

@endif
{!!$favorites->render()!!}
@endsection