@extends('frontend.layouts.app')
@section('title', 'प्रकाशनहरू')
@section('meta', 'Welcome to Om Hospital and Research Center PVt. Ltd.')
@section('content')
| SNo. |
शीर्षक |
लेखक |
.. |
@forelse ($publications as $key => $publication)
| {{++$key}} |
{{$publication->title}} |
{{$publication->doctor_id == null ? 'Om Hospital' : $publication->doctor->name}} |
@if($publication->is_link == 'Yes')
View |
@else
View |
@endif
@empty
| हाल कुनै पनि प्रकाशनहरू उपलब्ध छैनन् |
@endforelse
@endsection
@push('script')
@endpush