@extends('frontend_eng.layouts.app') @section('title', 'Doctors') @section('meta', 'Welcome to Om Hospital and Research Center PVt. Ltd.') @section('content')
team_img_big
{{ $doctor->name }}
{{ $doctor->designation }}
{{--
Contact info:
--}} @if ($doctor->schedules)
Schedule
@foreach ($doctor->schedules as $schedule) now()->format('l') == $schedule->day) style="background-color:yellow" @endif> @endforeach
Days Time
{{ $schedule->day }} {{ $schedule->time }}
@endif

Professional Journey

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