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

Facilites

Education is the key to unlocking the world, a passport to freedom.
@foreach($facilities as $facilitie)
iori

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

@if(session()->get('language') == 'nepali') {!! \Stichoza\GoogleTranslate\GoogleTranslate::trans(\Illuminate\Support\Str::limit($facilitie->short_des, 150), 'ne') !!} @else {!! \Illuminate\Support\Str::limit($facilitie->short_des, 150) !!} @endif

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