@extends('admin.layouts.master') @section('title','Followers') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Followers') }} @endslot @slot('menu1') {{ __('Followers') }} @endslot @slot('button') @endslot @endcomponent
{{ __('Followers/Following') }}
@include('admin.follower.follower')
@include('admin.follower.following')
@endsection