@extends('layouts.app')
@section('title')
@endsection
@section('content')
@foreach (['primary', 'secondary', 'success', 'danger', 'warning', 'info', 'light', 'dark'] as $msg)
@if(Session::has('alert-'.$msg))
{{ Session::get('alert-'. $msg) }}
@endif
@endforeach
Please pay for the last three profitable arbitrages in order to have access to new arbitrage.
Amount : {{$payment->amount}} USDT
Choose your payment method :
@endsection