MEDIA


LATEST NEWS

@foreach($twonews as $news)
Card image cap
{{$news->short_description}}

{{date('F, Y', strtotime($news->created_at))}}

@if($loop->first) @else @endif
@if($loop->first)
@else @endif
@endforeach

EVENTS

@foreach($twoevents as $events)
Card image cap
{{$events->short_description}}

{{date('F, Y', strtotime($events->event_date))}}

@if($loop->first) @else @endif
@if($loop->first)
@else @endif
@endforeach

VIDEOS

@foreach($twovideos as $videos)
Video 1 Alt here
{{$videos->title}}.

{{date('F, Y', strtotime($videos->created_at))}}

@if($loop->first) @else @endif
@if($loop->first)
@else @endif
@endforeach

NEWSLETTERS

@foreach($newsletters as $newsl)
Card image cap
{{$newsl->title}}.

{{date('F, Y', strtotime($newsl->created_at))}}

@if($loop->first)
@else @endif
@if($loop->first) @else @endif @endforeach