@extends('layouts.app') @section('fullwidth', '1') @section('content') @php $heroSlide = ($slides ?? collect())->first(); $heroImage = $heroSlide && !empty($heroSlide->image_path) ? asset('storage/'.$heroSlide->image_path) : 'https://lh3.googleusercontent.com/aida-public/AB6AXuAK8mEhkN2WF4UdANbMBQkD_j7YsTuvec7qbwa14eZ8A89QBPTC7YSF1H8uGPmCXWnORoM7exwXaDUifnePl46oAicKFj97Rg766y30yrlBiDNKxTQIaaKwRIwS32qbACXHD9r7-oO8Zqah416XhY-bbqD9gVp5JbJPXIyLL4-JZ2Rc5_0BJ1A92PHGgEPLwcnPHbj2-V-sgu3mxDhH1rOCLGDf3YgcjoTDrnkimIfthSsauYte8blI6Xc28-3o9lU01kyFFmPTdGw'; @endphp
Academic Library
Open Access Research Journal

{{ $setting->hero_title ?? 'North-East Orthoscan: Advancing Academic Excellence' }}

{{ $setting->hero_description ?? ($setting->tagline ?? 'A peer-reviewed platform dedicated to the dissemination of groundbreaking research.') }}

0.85

Impact Factor

12k+

Citations

24

Days to Review

Q1

Journal Rank

@if(($featuredArticles ?? collect())->count())

Featured Articles

Selected published research highlighted by the editorial team.

View All Articles
@foreach($featuredArticles as $article) @php $thumb = $article->thumbnail; $thumbUrl = $thumb ? (\Illuminate\Support\Str::startsWith($thumb, ['http://', 'https://']) ? $thumb : asset('storage/'.$thumb)) : 'https://images.unsplash.com/photo-1455885666463-9d7b13ff1e6c?q=80&w=1200&auto=format&fit=crop'; @endphp
Article
{{ $article->category->name ?? 'General' }}

{{ $article->title }}

{{ \Illuminate\Support\Str::limit(strip_tags($article->synopsis), 140) }}

{{ $article->author->display_name ?? 'NEROSA Editorial' }}

Read More open_in_new
@endforeach
@endif

Recent Publications

Exploring the latest insights and peer-reviewed studies published in our current volume.

@forelse($recentArticles as $article) @php $thumb = $article->thumbnail; $thumbUrl = $thumb ? (\Illuminate\Support\Str::startsWith($thumb, ['http://', 'https://']) ? $thumb : asset('storage/'.$thumb)) : 'https://images.unsplash.com/photo-1455885666463-9d7b13ff1e6c?q=80&w=1200&auto=format&fit=crop'; @endphp
Article
{{ $article->category->name ?? 'General' }}

{{ $article->title }}

{{ \Illuminate\Support\Str::limit(strip_tags($article->synopsis), 140) }}

{{ $article->author->display_name ?? 'NEROSA Editorial' }}

Read More open_in_new
@empty
No recent publications yet.
@endforelse

Editorial Board

Meet the active editors managing peer review and publication quality.

@forelse($editors as $editor)
@php $editorAvatar = $editor->profile_photo_path ? asset('storage/'.$editor->profile_photo_path) : null; @endphp
@if($editorAvatar) {{ $editor->name }} @else {{ strtoupper(substr($editor->name, 0, 1)) }} @endif

{{ $editor->name }}

Editor

{{ $editor->email }}

@empty
No editors added yet. Admin can add editors from the Users panel.
@endforelse
@endsection