@if ($programs->total() < 12)
@else
@endif
@foreach ($programs as $program)
@if($program->subject)
{{$program->subject->title}}
@endif #
@if($program->type_training == "external") {{$program->provider_name}} @else Long Term Futures @endif

{{$program->title}}

#

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

#

{{$program->time_to_complete}}

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