@php
$key = array_keys($user->shop->getAttributes());
$ammar = $user->shop->getAttributes();
$attribute=[]
@endphp
@if(!empty($info_pending['bank_name']))
{{ translate('value')}} : {{$info_pending['bank_name']['value']}}
{{ translate('status')}} : {{$info_pending['bank_name']['status']}}
@if(!empty($info_pending['bank_name']['note']))
{{$info_pending['bank_name']['note']}}
@endif
@endif
@if(!empty($info_pending['bank_acc_name']))
{{ translate('value')}} : {{$info_pending['bank_acc_name']['value']}}
{{ translate('status')}} : {{$info_pending['bank_acc_name']['status']}}
@if(!empty($info_pending['bank_acc_name']['note']))
{{$info_pending['bank_acc_name']['note']}}
@endif
@endif
@if(!empty($info_pending['bank_acc_no']))
{{ translate('value')}} : {{$info_pending['bank_acc_no']['value']}}
{{ translate('status')}} : {{$info_pending['bank_acc_no']['status']}}
@if(!empty($info_pending['bank_acc_no']['note']))
{{$info_pending['bank_acc_no']['note']}}
@endif
@endif
@if(!empty($info_pending['bank_routing_no']))
{{ translate('value')}} : {{$info_pending['bank_routing_no']['value']}}
{{ translate('status')}} : {{$info_pending['bank_routing_no']['status']}}
@if(!empty($info_pending['bank_routing_no']['note']))
{{$info_pending['bank_routing_no']['note']}}
@endif
@endif