@extends('frontend_eng.layouts.app') @section('title', 'Publications') @section('meta', 'Welcome to Om Hospital and Research Center PVt. Ltd.') @section('content')
@forelse ($publications as $key => $publication) @if($publication->is_link == 'Yes') @else @endif @empty @endforelse
SNo. Title Author ..
{{++$key}} {{$publication->title}} {{$publication->doctor_id == null ? 'Om Hospital' : $publication->doctor->name}}ViewView
No publications are available at the moment
@endsection @push('script') @endpush