@extends('layouts.frontend') @section('title') | Course @endsection @section('content')
@include('course.category-sidebar')
@if(count($trending_course)>0)

{!! Lang::get('core.trending') !!}

@endif @if(count($latest_course)>0)

{!! Lang::get('core.new') !!}

@endif @if(count($staff_picks_course)>0)

{!! Lang::get('core.staff') !!}

@if(count($staff_picks_course)>4) @endif
@endif @if(count($digital_marketing_course)>0)

{!! Lang::get('core.digital') !!}

@endif
@stop