@extends('layouts.front') @section('extra_css') @endsection @section('extra_js') @endsection @section('main_content')
@if($video)

{{ $video->title }}

{!! embed_video($video) !!}
@endif