@if(!empty($programs)) @foreach ($programs as $keyss => $program)
{{ substr( $program['program_title'], 0, 50).'...'; }}
@if(!empty($program['universityData'][0]['location'])) @else No location @endif
@if(!empty($program['universityData'][0]['university_name'])) {{ substr($program['universityData'][0]['university_name'], 0, 30).'...'; }} @else No University Name @endif
{{ !empty($program['created_at']) ? date('d-M-Y', strtotime($program['created_at'])) : '' }}
@endforeach @endif