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

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

@if(session()->get('language') == 'nepali') {!! \Stichoza\GoogleTranslate\GoogleTranslate::trans('Education brings about opportunity, and in turn inspiration. ', 'ne') !!} @else Education brings about opportunity, and in turn inspiration. @endif

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

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

@endsection