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

{{ $video->title }}


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