@extends('frontend.layouts.master') @section('styles') @parent @stop @section('content') {{lang('media')}} @if(!empty($gallery)) {{lang('gallery')}} @endif @if(!empty($newsList)) {{lang('news')}} @endif @if(!empty($gallery) && $gallery->isNotEmpty()) @foreach($gallery as $gal) @if($gal->pm_media_type=='video') @else @endif @endforeach @endif @if(!empty($gallery->nextPageUrl())) {{lang('load_more')}} @endif @if(!empty($newsList) && $newsList->isNotEmpty()) @foreach($newsList as $news) {!!printDateMYLangdmy($news->getData('news_date'))!!} {{$news->getData('post_title')}} @endforeach @if(!empty($newsList->nextPageUrl())) {{lang('load_more')}} @endif @endif @stop @section('scripts') @parent @stop