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