@php $dayOfWeeks = config("edmclass.day_of_weeks"); @endphp @foreach($posts as $post) @php $content = $post->content; $subject = isset( $post->lecture?->video?->subject ) && ! empty($post->lecture?->video?->subject) ? explode(" ", $subjects[$post->lecture?->video?->subject])[0] : ""; @endphp
{{ $post->teacher?->name }}
{{ $post->description }}
{{ $content->title }}