@extends('frontend.layout.master')
@section('content')
My Followings
@foreach ($getfollowing['recordList'] as $getfollowing)
-
- {{ $getfollowing['name'] }}{{ $getfollowing['allSkill'] }}{{ $getfollowing['languageKnown'] }} Exp :{{ $getfollowing['experienceInYears'] }}
@endforeach
@endsection