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

{{ $course->title }} نشط

@php \Carbon\Carbon::setLocale('ar'); @endphp انضم في {{ $booking->created_at->isoFormat('D MMMM YYYY') }}
مفعّل ونشط

{{ $course->title }}

{!! $course->description !!}

@foreach ($course->lessons as $lesson)

{{ $lesson->title }}

@foreach ($lesson->chapters as $chapter)
{{ $chapter->title }}
{{ $chapter->duration }}
{!! $chapter->description !!}
@endforeach
@endforeach
@endsection