@extends('front.layouts.layout') @section('content') @lang('home.home') / @lang('home.fav') @lang('home.courses') @foreach($favs as $fav_key => $fav) @foreach($fav->courses as $course_key => $course) {{$course->category->translations->where('lang_id',$active_lang->id)->first()->name}} {{@$course->auther->fname.' '.$course->auther->lname}} {{@$course->translations->where('lang_id',$active_lang->id)->first()->title}} {{@$course->lessons->count()}} @lang('home.lectures') {{@$course->hours}} @lang('home.hours') @endforeach @endforeach @stop