@extends('admin.layouts.master') @section('title','Followers') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __('Followers') }}
{{ __('Following') }}
@include('admin.follower.follower')
@include('admin.follower.following')
@endsection