@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'])) : '' }}