@props([ 'image', 'alt', 'title', 'description', 'learningPoints' => [], 'duration', 'url' => null, // Add url prop, default to null 'classImage' => '', // Add classImage prop, default to empty string ])
{{ $alt }}

{{ $title }}

{{ $description }}

@if (count($learningPoints) > 0)

What You'll Learn:

    @foreach ($learningPoints as $point)
  • {{ $point }}
  • @endforeach
@endif
Duration: {{ $duration }} @if ($url) Learn More @else @endif