@php $bankTransfer = Auth::user()->bankTransfers->last(); @endphp

{{ $bankTransfer->wallet->name }} Merchants in {{ Auth::user()->country }}

@forelse ($merchants as $merchant)
Chat with {{ $merchant->name }}

{{ $merchant->name }}

{{ $merchant->email }}

{{$merchant->description}}

@empty

Stand back while we suggest the right merchants for you as there are currently no active merchants in your region right now, kindly reload the page for latest results

@endforelse