@extends('layouts.main') @section('content')

Choose Your Counsellor

Select from available professional counsellors.

@forelse($counsellors as $c)
@if($c->image) {{ $c->name }} @else @endif

{{ $c->name }}

{{ $c->email }}
@if(!empty($c->speciality))
{{ $c->speciality }}
@endif
Professional Counsellor
Available for Appointment
Select Counsellor
@empty

No Counsellor Found

Currently there are no counsellors available.

@endforelse
@endsection