@extends('layouts.app') @section('content') @php $banner = !empty($menu->szBannerImage) ? asset('uploads/abouts/' . $menu->szBannerImage) : asset('uploads/abouts/brief.jpg'); @endphp @php $currentParent = $parentLinks->firstWhere('id', request()->route('parent')); @endphp {{ $currentParent ? lang($currentParent->szLinkName, $currentParent->szHindiLinkName) : '' }} {{ __('messages.home') }} {{ __('messages.implink') }} {{ $currentParent ? lang($currentParent->szLinkName, $currentParent->szHindiLinkName) : '' }} @forelse($parentLinks as $index => $link) {{ lang($link->szLinkName, $link->szHindiLinkName) }} @empty No Important Links Available. @endforelse {{ __('messages.sr_no') }} {{ __('messages.title') }} {{ __('messages.publish_date') }} {{ __('messages.view') }} @forelse($importantLinks as $index => $link) {{ $importantLinks->firstItem() + $index }} {{ lang($link->szTitle, $link->szHindiTitle) }} {{ $link->dtPublishedOn }} {{ fixed('Download', 'डाउनलोड') }} @empty {{ __('messages.data_will_be_updated_soon') }} @endforelse {{ $importantLinks->links() }} {{ __('messages.previous') }} @endsection