{{-- :::steps - title: "Fund your wallet" body: "Deposit via bank transfer, USDT-SOL, or USDT-ERC20." - title: "Choose a plan or pilot" body: "Pick an AI plan for automated trading or follow a pilot for copy trading." ::: --}} @php $items = $items ?? []; @endphp @if(!empty($items))
@foreach($items as $i => $step)
{{ $i + 1 }}
{{ $step['title'] ?? '' }}
@if(!empty($step['body']))
{{ $step['body'] }}
@endif
@endforeach
@endif