@extends('frontEnd.layout-ex') @section('content') Home Videos & Webinars Videos & Webinars The exhibition is running concurrently with a series of webinars hosted by the Cosmos Foundation, to deconstruct the ties between Black-South Asian Communities Exhibition Webinars Video Feature @foreach($exhibitions as $video) {{$video->title_en}} @endforeach {{-- @include('frontEnd.includes.paginator', ['paginator' => $videos, 'link_limit' => 4])--}} @foreach($webinars as $video) {{$video->title_en}} @endforeach @foreach($features as $video) {{$video->title_en}} @endforeach @endsection