@extends('layouts.app') @section('content') Home Courses Video {{$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) {{$video['topic']}} @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 1 2 3 4 5 @if(Auth::user()) @endif Write A Review @endsection
Course Review