@section('title', 'Co-Curricular Activities – Explore Student Life | GIU') @section('description', 'Co‑Curricular Activities support creativity, teamwork and leadership with a wide range of student programs at Green International University.') @section('keywords', 'Co‑Curricular Activities, GIU Cultural Competitions and Events, Co‑curricular development at GIU') @section('tags', 'GIU Co‑Curricular Activities, GIU Cultural Competitions and Events, Co‑curricular development at GIU') @extends('front.new.layouts.app') @section('content')

Co-curricular Activities for Student Growth

@foreach($ccActivities as $activities)
Image
{{ date('d M, Y', strtotime($activities->e_date)) }}

{{ Str::limit($activities->short_description, 150) }}

@if (!empty($news['DptID']['name']))

{{$news['DptID']['name']}}

@endif
@endforeach
@endsection