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

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

@if(session()->get('language') == 'nepali') {{ \Stichoza\GoogleTranslate\GoogleTranslate::trans('Education is the most powerful weapon which you can use to change the world.', 'ne') }} @else Education is the most powerful weapon which you can use to change the world. @endif
@foreach($downloads as $key=>$results) @endforeach

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

@php $path = $results->file; $fileName = pathinfo($path, PATHINFO_FILENAME); @endphp {{$fileName}}.pdf Download
@endsection