@if($restaurant->waafipayAccount)
{{ $restaurant->waafipayAccount->account_type }} Account
{{ $restaurant->waafipayAccount->is_active ? 'Active' : 'Inactive' }}

Account Holder

{{ $restaurant->waafipayAccount->account_holder_name }}

Phone Number

{{ $restaurant->waafipayAccount->formatted_phone }}

@if($restaurant->waafipayAccount->account_no)

Account Number

{{ $restaurant->waafipayAccount->account_no }}

@endif @if($restaurant->waafipayAccount->isMerchant())

Merchant Details
@if($restaurant->waafipayAccount->merchant_uid)

Merchant UID

{{ $restaurant->waafipayAccount->merchant_uid }}

@endif {{-- merchant_uid --}} @if($restaurant->waafipayAccount->api_user_id)

Api User ID

{{ $restaurant->waafipayAccount->api_user_id }}

@endif {{-- merchant_uid --}} @endif {{-- isMerchant --}}
@endif {{-- waafipayAccount --}}