@extends('user.layout.content') @section('content')
OTP
@if(session('response'))
Success!{{session('response')}}
@endif

OTP LINK

@if(empty($request->segment(4)))


CONTACT ADMIN FOR OTP

@elseif(!empty($request->segment(4)) && $request->segment(4) === $my_otp && $list_otp == 0)
{{ csrf_field() }} Insert OTP
BTC DETAILS

BANK DETAILS

G-CASH


@else @if($list_otp_get == 0)


CONTACT ADMIN FOR OTP

@else


OTP CODE ALREADY SUBMITTED

@endif @endif
@endsection