@extends('layouts.app') @section('content') @php $banner = !empty($menu->szBannerImage) ? asset('uploads/abouts/' . $menu->szBannerImage) : asset('uploads/abouts/brief.jpg'); @endphp

{{-- {{ html_entity_decode($page->szPageTitle) }} --}} {{ __('messages.implink') }}

{{-- Achievements Section --}}
{{--
Achievements

Scientific Achievements & Discoveries

Milestones in biodiversity exploration, wildlife conservation and species discoveries.

--}}
@forelse($importantLinks as $index => $link) @empty @endforelse {{-- @forelse ($importantLinks as $index => $value) @empty @endforelse --}}
S.No Title Publish Date View
{{ $importantLinks->firstItem() + $index }} {{ lang($link->szTitle, $link->szHindiTitle) }} {{ $link->dtPublishedOn }} {{ $lang == 'hi' ? 'डाउनलोड' : 'Download' }} {{-- {{ $lang == 'hi' ? 'डाउनलोड' : 'Download' }} --}}
No Records Found
{{ $index + 1 }} {{ $lang == 'hi' ? $link->szHindiTitle : $link->szTitle }} {{ $link->dtPublishedOn }} href="{{ asset( 'uploads/documents/' . $szDocumentDirectory . '/' . ($lang == 'hi' ? 'hindi/' . $link->szDocumentsHindi : 'english/' . $link->szDocuments), ) }}"
{{-- Back Top --}} Top @endsection