@extends('frontend.layouts.app') @section('title', 'Gallery') @section('meta', content: 'Gallery Page Description') @section('content')
Banner Image
@isset($gallery)

{{ app()->getLocale() == 'np' ? $gallery->name_np : $gallery->name_en }}

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

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