@extends('user.user_master') @section('user.user_content') @section('user_title') Gallery - Lists of Gallery @endsection @php $images = \App\Models\Theme::find(1); @endphp

@if(session()->get('language') == 'nepali') {{ \Stichoza\GoogleTranslate\GoogleTranslate::trans('Gallery', 'ne') }} @else Gallery @endif

@if(session()->get('language') == 'nepali') {{ \Stichoza\GoogleTranslate\GoogleTranslate::trans('Education is the passport to the future', 'ne') }} @else Education is the passport to the future @endif
@endsection