@extends('frontend.layouts.master') @section('styles') @parent @stop @section('content')
@if(!empty($banner)) {{lang('media_banner_alt_keywords')}} @else @endif

{!!lang('videos')!!}

@include('frontend.layouts.social')
@if(!empty($videoGallery) && $videoGallery->isNotEmpty())
@foreach($videoGallery->chunk(2) as $videoGalleryArr)
@foreach($videoGalleryArr as $video) @endforeach
@endforeach
@if(!empty($videoGallery->nextPageUrl())) @endif @else

{{lang('no_details_found')}}

@endif
@include('frontend.partials.marquee')
@stop @section('scripts') @parent @stop