@extends('site.inner') @section('title') {{ label('lbl_library_and_archive') }} @endsection @section('breadcrumb') @endsection @section('content')
@if(count($coursessliders))
@endif

{{ label('lbl_slm_pesa_course') }}

{{ label('lbl_topics')}}

@if(count($topics)) @foreach($topics as $key=>$topic)
{!! strip_tags($topic->title) !!}
@endforeach @endif

{{label('lbl_benefits')}}

@if(count($benefits)) @foreach($benefits as $key=>$benefit)
  • {!! strip_tags($benefit->title) !!}
@endforeach @endif

{{ label(name: 'lbl_other_courses') }}

{{label('lbl_programs_demand')}}
@if(count($other_courses)) @endif
@stop