@extends('user.user_master') @section('user.user_content') @php $images = \App\Models\Theme::find(1); @endphp @section('user_title') Admission - {{$admission->title}} @endsection

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

@if(session()->get('language') == 'nepali') {{ \Stichoza\GoogleTranslate\GoogleTranslate::trans('Change is the end result of all true learning.', 'ne') }} @else Change is the end result of all true learning. @endif

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

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