@extends('layout.app') @section('content')

{{$gallery->filename}}

@forelse ($subgallery as $content)
@if($content->type == 'video')
@else {{$content->title}} @endif

{{$content->title}}

@empty

Page Under Construction

@endforelse

@endsection