@foreach ($programs as $program)
@if($program->subject)
{{$program->subject->title}}
@endif #
@if($program->provider) {{$program->provider->title}} @else LTF Recruitment @endif

{{$program->title}}

#

Lessons {{count($program->lessons)}}

#

{{$program->time_to_complete}}

@if($program->url_title) View Program @endif
@endforeach
{{ $programs->onEachSide(1)->links() }}
@push('modals') @livewire('dashboard.teacher-training.modals.delete-modal') @livewire('dashboard.teacher-training.modals.filter-modal') @endpush