@extends('layouts.frontend', ['body_class' => ''])
@php
SEOMeta::setTitle($gallery->displayable_title);
@endphp
@section('content')
@php
$images = $gallery->image_list();
@endphp
@if ( strlen($gallery->displayable_video) < 10 )
@endif
{!! $gallery->displayable_video !!}
@endsection