@extends('frontend.layouts.app') @section('title', 'डाक्टरहरू') @section('meta', 'Welcome to Om Hospital and Research Center PVt. Ltd.') @section('content')
team_img_big
{{ $doctor->name_np ? $doctor->name_np : $doctor->name }}
{{ $doctor->designation_np ? $doctor->designation_np : $doctor->designation }}
{{--
Contact info:

--}} @if ($doctor->schedules)
तालिका
@foreach ($doctor->schedules as $schedule) now()->format('l') == $schedule->day) style="background-color:yellow" @endif> @endforeach
दिनहरू समय
{{ $schedule->day }} {{ $schedule->time }}
@endif

व्यावसायिक यात्रा

{!! $doctor->detail ? $doctor->detail->education_np : '' !!}
{!! $doctor->detail? $doctor->detail->experience_np : '' !!}
{!! $doctor->detail ? $doctor->detail->accomplishment_np : '' !!}
@if($publications->isNotEmpty())
@foreach ($publications as $key => $publication) @endforeach
# Title
{{++$key}} {{$publication->title}} View Article
@endif
@endsection @push('script') @endpush