@php $primaryColor = jannah_opt('primary_color'); $color = ltrim($primaryColor, '#'); $prices = [100, 200, 500, 1000, 2000, 5000, 10000, 20000, 50000]; @endphp
@csrf
Enter User Tag/Username
@foreach($prices as $price)

{{ number_format($price) }}

@endforeach
Send Now