@extends('frontend.layouts.app') @section('title', 'Our Experts - I Am Happy Healthcare Platform') @section('content')

Our Experts

Counsellors

Our Experts

@foreach ($counsellors as $counsellor)

{{ $counsellor->first_name . ' ' . $counsellor->last_name }}

{{ $counsellor->role ?? 'Counsellor' }}
@endforeach
@endsection