|
|
{{$row->users->store->name?? ''}} |
{{$row->plans->name??''}} |
@if($row->payment_status == 'true')
{{awtTrans('مدفوعه')}}
@else
{{awtTrans('لم يتم الدفع')}}
@endif |
@if($row->payment_type == 'wallet')
{{awtTrans('المحفظه')}}
@elseif($row->payment_type == 'online')
{{awtTrans('الكتروني')}}
@else
--
@endif
|
@endforeach