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

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

@if(session()->get('language') == 'nepali') {{ \Stichoza\GoogleTranslate\GoogleTranslate::trans('Education is an ornament in prosperity and a refuge in adversity.', 'ne') }} @else Education is an ornament in prosperity and a refuge in adversity. @endif
@foreach($news as $new) @endforeach
@endsection