@extends('layouts.master2') @section('pageHeader')
Live
@endsection @section('content')
@if(!$errors->isEmpty())
@endif @if (!empty($videos)) @foreach ($videos as $video)
{{ $video->title }}
{!! $video->description !!}
@endforeach @endif
@endsection