@extends('layoutsfrontend.master') @section('content') @php $imagePath=getbannerimage(); @endphp

A Distinguished Leader in Healthcare Education

Dr. Hafeez Rahman Padiyath

For over 30 years, Dr. Hafeez Rahman has been giving hands-on laparoscopic training to obstetricians and gynecologists of all ages and skill levels and over 4000 obstetricians, gynaecologists, surgeons and urologists have benefited from his training programs till date.

  • Obstetrics And Infertility
  • Genecology
  • Genecology
  • Obstetrics And Infertility
  • Obstetrics And Infertility
  • Genecology
@foreach ($doctortrainingprogram as $index => $item)
@if ($index % 2 == 0)
@php $packageImage = $item->galleries(49)->first(); $imagePath = getgallery($packageImage); @endphp @if($imagePath) {{ $packageImage }} @endif

{{ $item->name }}

{!! $item->description !!}

    @if ($item->fees)
  • Fees: {{ $item->fees }}
  • @endif @if ($item->total)
  • Total: {{ $item->total }}
  • @endif @if ($item->accommodation)
  • ({{ $item->accommodation }})
  • @endif
@else

{{ $item->name }}

{!! $item->description !!}

    @if ($item->fees)
  • Fees: {{ $item->fees }}
  • @endif @if ($item->total)
  • Total: {{ $item->total }}
  • @endif @if ($item->accommodation)
  • ({{ $item->accommodation }})
  • @endif
@php $packageImage = $item->galleries(49)->first(); $imagePath = getgallery($packageImage); @endphp @if($imagePath) {{ $packageImage }} @endif
@endif
@endforeach
@endsection