@extends('site.master') @section('main-content') {{ $album->title }} @lang('language.home') @lang('language.photogallery') {{ $album->title }} @isset($album->eventdate) {{ getNepaliDate($album->eventdate) }} @endisset Share @if ($GalleryList->isEmpty()) @else @foreach ($GalleryList as $album) @endforeach @endif @endsection @push('script') @endpush