@extends('frontend.layouts.app')
@section('title', app()->getLocale() === 'np' ? $gallery->title_np : $gallery->title_en)
@section('meta', app()->getLocale() === 'np' ? $gallery->description_np : $gallery->description_en)
@section('content')
{{ app()->getLocale() === 'np' ? $gallery->title_np : $gallery->title_en }}
{{ app()->getLocale() === 'np' ? $gallery->description_np : $gallery->description_en }}
@endif