@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
@foreach($gallery as $item)
@php
$gallery_image = \App\Models\GalleryImage::where('gallery_id',$item->id)->first();
@endphp