@extends('layout') @section('title', 'Publikasi | '.$tenant->name) @section('body') @include('partials.public-theme') @include('partials.public-nav')
Karya Akademik

Publikasi

← Beranda
@forelse($items as $p)
{{ str_replace('_',' ',$p->type) }} · {{ $p->year ?: '-' }}

{{ $p->title }}

{{ $p->authors }}

@if($p->publisher)

{{ $p->publisher }}

@endif @if($p->abstract)

{{ \Illuminate\Support\Str::limit($p->abstract,240) }}

@endif
@if($p->doi)DOI: {{ $p->doi }}@endif @if($p->url)Sumber ↗@endif
@empty
Belum ada publikasi yang ditampilkan.
@endforelse
{{ $items->links() }}
@endsection