@section('title','FAVORITOS')

MIS FAVORITOS

@foreach($Favorites as $favorite)

{{ $favorite->preview }}

@foreach($favorite->categories as $cat) {{ $cat->name }} @endforeach
{{ $favorite->publish_human }}
Episodios: {{ $favorite->lessons->count() }}
@endforeach