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

WhatsApp Earn content will be displayed here.

@endsection