{!! html()->label(' رقم صاحب العقار :', 'tbl_user_id') !!} {{-- {!! Form::label('tbl_user_id', __('models/tblHostWalletInvoices.fields.tbl_user_id') . ':') !!} --}}

{{ $user->id }}

{!! html()->label('اسم صاحب العقار:', 'tbl_user_id') !!} {{-- {!! Form::label('tbl_user_id', __('models/tblHostWalletInvoices.fields.tbl_user_id') . ':') !!} --}}

{{ $user->full_name }}

{!! html()->label('رقم الهاتف :', 'tbl_user_id') !!} {{-- {!! Form::label('tbl_user_id', __('models/tblHostWalletInvoices.fields.tbl_user_id') . ':') !!} --}}

{{ $user->country_code . $user->contact_no }}

{!! html()->label(' رقم الواتس اب :', 'tbl_user_id') !!} {{-- {!! Form::label('tbl_user_id', __('models/tblHostWalletInvoices.fields.tbl_user_id') . ':') !!} --}}

{{ $user->country_code . $user->whtsaap_no }}

دفع القيمة المالية

القيمة المالية كاش {{ $cash_amount . ' د.ل ' }}
القيمة المالية بالمحفظة {{ $wallet_amount . ' د.ل ' }}
الديون{{ $debt . ' د.ل ' }}
{{--
{!! Form::label('transaction_ids', __('models/tblHostWalletInvoices.fields.transaction_ids').':') !!}

{{ $tblHostWalletInvoice->transaction_ids }}

--}} {{--
{!! Form::label('paid', __('models/tblHostWalletInvoices.fields.paid').':') !!}

{{ $tblHostWalletInvoice->paid }}

{!! Form::label('state_id', __('models/tblHostWalletInvoices.fields.state_id').':') !!}

{{ $tblHostWalletInvoice->state_id }}

--}}