@extends('site.inner') @section('title') {{ label('lbl_academics') }} @endsection @section('content')
{{ breadcrumb() }}

{{ label('lbl_academics') }}

{{ label('lbl_academic_intro' )}}
@if(count($academics_programs)) @foreach($academics_programs as $key=>$academics)
{{ $key + 1 }}
{!! strip_tags($academics->title) !!}
@endforeach @endif

{{ label('lbl_program_offered') }}

{{ label('lbl_main_categories_info')}}
@if(count($program_categories)) @foreach($program_categories as $key=>$category)
{!! str_limit(strip_tags($category->title), 230) !!}
{!! str_limit(strip_tags($category->content), 230) !!}
@endforeach @endif

{{label('lbl_driven')}}

{{label('lbl_demand_driven_info')}}
@if(count($demand_driven_programs)) @endif

{{ label('lbl_how_to_appy') }}

{{ label('lbl_pathway_info') }}
@if(count($how_to_appy)) @foreach($how_to_appy as $key=>$how)
{!! str_limit(strip_tags($how->content), 230) !!}
@endforeach @endif

{{ label('lbl_application_requirement') }}

@if(count($application_requirement)) @foreach($application_requirement as $key=>$requirement)

{!! strip_tags($requirement->title) !!}

{!! str_limit(strip_tags($requirement->content), 230) !!}

@endforeach @endif
@stop