@extends('front.layouts.app') @section('content') @foreach($memberDetails as $member)

Doctor Details

  • Home
  • Patient Care
  • Doctor details

{{$member->name}}

{{$member->designation}}
    @if($member->address != '' || null)
  • Address: {{$member->address}}
  • @endif @if($member->phone_no != '' || null)
  • Phone: {{$member->phone_no}}
  • @endif
{{-- --}}
@if($member->description != '' || null)

{!! $member->description !!}

@endif
@if($member->education != '' || null)

Education

{!! $member->education !!}

@endif
@if($member->employment != '' || null)

Employment

{!! $member->employment !!}

@endif
@if($member->employment != '' || null)

Memberships

{!! $member->membership !!}

@endif
{{-- Author Researches--}}

Research

# Title Department Journal Date Author Actions
@endforeach

Get in touch with us today to get medical services

{{--
--}} {{--
--}} {{-- Book An Appointment--}} {{--
--}} {{--
--}}
@endsection @push('footer-scripts') @endpush