@extends('frontend.layouts.app') @section('title', __('gallery.title')) @section('meta', __('gallery.meta_description')) @section('content')
About Us Image

{{ __('gallery.title') }}

{{ __('gallery.moments_that_matter') }}

{{ __('gallery.description') }}

@isset($galleries) @foreach ($galleries as $gallery)
{{ app()->getLocale() === 'np' ? $gallery->title_np : $gallery->title_en }}
date {{ $gallery->created_at->format('F d, Y') }}
@isset($gallery->title_en)
{{ app()->getLocale() === 'np' ? $gallery->title_np : $gallery->title_en }}
@endisset @isset($gallery->short_description)

{{ $gallery->short_description }}

@endisset
@endforeach @else

{{ __('gallery.empty_state.message') }}

@endisset
@endsection @push('scripts') @endpush