@foreach ($payments as $payment)
@if ($payment->short_name == "cash_in")
<div id="payment_{{ $payment->short_name }}" class="alert alert-success mt-2 text-center hidden">
<h3>
For Cash in there is nothing necessary. Just click Finish Order.
<br>
<small>
You will get your product in two or three business days.
</small>
</h3>
</div>
@else
<div id="payment_{{ $payment->short_name }}" class="alert alert-success mt-2 text-center hidden"
<h3>{{ $payment->name }} Payment</h3>
<p>
<strong>{{ $payment->name }} No : {{ $payment->no }}</strong>
<br>
<strong>Account Type: {{ $payment->type }}</strong>
</p>
<div class="alert alert-success">
Please send the above money to this Bkash No and write your transaction code below there..
</div>