@extends('frontend.astrologers.layout.master') @section('content')

My Followers

Check your complete Followers here.

@if (isset($getastrologerfollower) && $getastrologerfollower['totalCount'] > 0) @foreach ($getastrologerfollower['recordList'] as $astrologerFollowers)
@php $profileImage = !empty($astrologerFollowers['profile']) ? $astrologerFollowers['profile'] : asset('frontend/astrowaycdn/dashaspeaks/web/content/images/blank-profile.png'); @endphp   
{{ $astrologerFollowers['name'] }}
@endforeach @else

You have no followers.

@endif
@endsection