@extends('agent.layouts.layout') @section('content')

Search Program / University

Search your education opportunity through {{ !empty($programCount) ? $programCount : '' }} programs
@if(!empty($programs)) @foreach ($programs as $keys=> $program) @if($keys == 0)
@if(!empty($bannerImage))
@else
@endif @if(!empty($logoImage)) @else @endif

Institution Details

Program Intakes

@if(!empty($program['programIntakes'])) @foreach ($program['programIntakes'] as $key => $intake)
@endforeach @endif

Program Summary

{{ !empty($program['program_summary']) ? $program['program_summary'] : '' }}

@endif @endforeach @endif
@endsection @section('pagescriptcode') @endsection