@foreach ($lecture as $video)
@if ($video['sub'] != '')

{{ $video['sub'] }}

@endif

{{ $video['title'] }}

@if ($video['video1_txt'] != '')

{{ $video['video1_txt'] ?? "" }}

@endif
@if(! empty($video['video2_url']))
@if ($video['video2_txt'] != '')

{{ $video['video2_txt'] ?? "" }}

@endif
@endif
@endforeach