@extends('layouts.user') @section('title', 'Claim Followers - StarHela') @section('page-title', 'Claim Followers') @section('breadcrumb-current', 'Claim Followers') @section('content')
Claim Followers
@if(session('success'))
{{ session('success') }}
@endif

Claim Followers content will be displayed here.

@endsection