@extends('Public_site.layouts.app') @extends('Public_site.layouts.header')

Talento Connect, an exclusive web portal, seamlessly links students to future courses, connecting them with esteemed employers and skill training providers. Tailored to individual aspirations, registered candidates undergo sector-specific training, paving the way for employers to seamlessly fill vacancies and for skilled individuals to apply for their dream jobs. A dynamic platform transforming ambitions into career realities.

@if(isset($data['courses']))

See what our newest courses have to offer

@foreach($data['courses'] as $Courselist)
@if (isset($Courselist->training_name)){{ $Courselist->training_name }}@endif

@if (isset($Courselist->GetDistrict->name)){{ $Courselist->GetDistrict->name }}@endif

@if (isset($Courselist->ProgramImplementationAgency->agency_name)){{ $Courselist->ProgramImplementationAgency->agency_name }}@endif

@endforeach
@endif