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

{{ $user->id }}

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

{{ $user->full_name }}

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

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

{!! Form::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 }}

--}}