@extends('frontend.layouts.app') @section('content') @include('frontend.partials.page-header',['pageTitle'=>'Research & Innovation','pageSubtitle'=>'297+ publications · 63+ MoUs · Ph.D. programs in all departments','breadcrumbs'=>[['name'=>'Research']]])
@foreach([['297+','Research Papers','fas fa-book-open','#2563eb'],['63+','Industry MoUs','fas fa-handshake','#10b981'],['6','Ph.D. Programs','fas fa-graduation-cap','#7c3aed'],['50+','Funded Projects','fas fa-flask','#f59e0b']] as [$v,$l,$ic,$col])
{{ $v }}
{{ $l }}
@endforeach
@if($publications->count())

Recent Publications

@foreach($publications as $pub)

{{ $pub->title }}

{{ $pub->authors }}
{{ $pub->journal_conference }} {{ $pub->year }} @if($pub->indexed_in){{ $pub->indexed_in }}@endif @if($pub->doi_url)DOI →@endif
@endforeach
{{ $publications->links() }}
@endif
@endsection