@extends('portal.layout.main') @section('main-container') {{-- --}} @session('success') @endsession @session('error') @endsession Home Transfer Search Beneficiary @if (isset($otp_sent) && $otp_sent == true) {{-- Form 2: Mobile + OTP Input if not registered --}} OTP sent to {{ $mobile }}. × @csrf Enter OTP Verify OTP @else {{-- Form 1: Only Mobile Input (Default) --}} @csrf Enter Mobile Number Submit @endif @if (isset($accounts) && !empty($accounts)) Beneficiary Details Add Beneficiary Holder Name Account No IFSC Mobile Bank Name Amount @forelse ($accounts as $user_data) {{ $user_data->holder_name }} {{ $user_data->account_no }} {{ $user_data->ifsc_code }} {{ $user_data->mobile }} {{ $user_data->bank_name }} @csrf Send @empty No Accounts found. @endforelse @endif @endsection @push('scripts') @endpush