@extends('website.layouts.web-layouts') @section('title', 'FBCCI | Galleries') @section('description', 'Magazine | FBCCI Magazines') @section('image', '') @section('url', url()->full()) @section('content') {{-- bread cumb --}} {{-- most latest video here --}} {{-- latest video ends here --}} {{-- All the videos --}} @foreach($latestVideos as $video) {{ $video->title }} @endforeach {{-- End of videos --}} {{-- end here --}} @endsection @section('script') @endsection