@extends('layouts.frontend') @section('content')

Coming Soon

{{--@if(isset($videos)) @foreach($videos as $video)

{{$video->title}}

Details of this video
@endforeach @endif--}}
@if(isset($videos)) @foreach($videos as $video) @endforeach @endif @endsection