@extends('user.user_master') @section('user.user_content') @php $about_message = \App\Models\About::find(1); $images = \App\Models\Theme::find(1); @endphp @section('user_title') About - Madhyamik Bidhyalaya Tulsipur Center @endsection

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

@if(session()->get('language') == 'nepali') {{ \Stichoza\GoogleTranslate\GoogleTranslate::trans('Education is not just about learning facts, but about training the mind to think.', 'ne') }} @else Education is not just about learning facts, but about training the mind to think. @endif

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

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

@endsection