@extends('frontend.layouts.app') @section('title', 'प्रकाशनहरू') @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. शीर्षक लेखक ..
{{++$key}} {{$publication->title}} {{$publication->doctor_id == null ? 'Om Hospital' : $publication->doctor->name}}ViewView
हाल कुनै पनि प्रकाशनहरू उपलब्ध छैनन्
@endsection @push('script') @endpush