@extends('_inc/base') @section('content')

{{ $course['title'] }}

@if($course['category'] == 'business') {{ $course['category'] }} @elseif($course['category'] == 'programming') {{ $course['category'] }} @elseif($course['category'] == 'design') {{ $course['category'] }} @endif

{{ $course['description'] }}

${{ number_format($course['cost'],2,".",",") }}

  {{ $course['enrolled_count'] }} students enrolled

@if(count($course['key_topics']) > 0)

What you'll learn

@foreach($course['key_topics'] as $key_topic)

{{ $key_topic->title }}

{{ $key_topic->body }}

@endforeach
@endif

Course Description

View more

Course Structure

@foreach($sections as $section)

The fundamentals of designing a business logo 32:21

@endforeach

Your Instructor


Circle image

Onomor Eseoghene Benjamin

Experienced PHP developer, graphics designer and father to 2 beautiful kids

Why this course is right for YOU*

Experience more freedom by enrolling for this course and getting started right away.


Structured Learning Process

Learning should be organized, that's why we take our time to structure and plan each class carefully.

Affordable Pricing

Learning should be organized, that's why we take our time to structure and plan each class carefully.

Experienced Instructors

Learning should be organized, that's why we take our time to structure and plan each class carefully.

Helpful Support

Learning should be organized, that's why we take our time to structure and plan each class carefully.

@endsection