@extends('layouts.app') @section('content')

{{$data['tittle']}}

  • Last Update : {{$data['last_update']}}
  • English
  • 749 students
Let's Learn Together
4.9 (70 Review)
11.5 total hours . All Levels
Topic :
  • {{$data['tittle']}}
Other includes:
  • Live Classes With Expert
  • Certificate of completion
Watch Video
@foreach($data['video'] as $video) @endforeach @if(isset($video['description']))
Other includes:
  • Live Classes With Expert
  • Certificate of completion
Watch Video
@endif
@if(isset($video['description']))
{!! $video['description'] !!}
@endif
Course Review
@foreach( $data['rating'] as $rating)
@if($rating['user']['photo'])
@else
@endif
{{$rating['user']['name']}}
@if($rating['rating'] == 5) @elseif($rating['rating'] == 4) @elseif($rating['rating'] == 3) @elseif($rating['rating'] == 2) @elseif($rating['rating'] == 1) @endif
{{ \Carbon\Carbon::parse($rating['created_at'])->diffForHumans() }}
{{$rating['message']}}
@endforeach
Leave A Comment
@csrf @if(Auth::user()) @endif
@if(Auth::user()) @endif
@endsection