@section('title', 'GIU Co-Curricular Activities | Explore Student Life') @section('description', 'GIU Co‑Curricular Activities support creativity, teamwork and leadership with a wide range of student programs at Green International University. ') @section('keywords', 'GIU 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

@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