@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')
About Us Image
@if($gallery->title_en || $gallery->title_np)

{{ app()->getLocale() === 'np' ? $gallery->title_np : $gallery->title_en }}

@endif @if($gallery->description_en || $gallery->description_np)

{{ app()->getLocale() === 'np' ? $gallery->description_np : $gallery->description_en }}

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