@extends('dashboard.layout.mainlayout') @section('content')
# | {{$fund->id}} |
---|---|
@lang('user.customerName') | {{$fund->user->name ?? ''}} |
@lang('user.phone') | {{$fund->user->phone?? ''}} ({{ $fund->user->country_code?? '' }}) |
@lang('user.user_type') | {{$fund->user->type == '0' ? __('user.an_individual') : '' }} {{$fund->user->type == '1' ? __('user.merchant') : '' }} |
@lang('user.subscribe') | @if ($fund->user->subscription) @if ($fund->user->subscription->remainder_ads > 0) @if (app()->getlocale()=='ar') {{$fund->user->subscription->subscriptionName->name_ar ?? ''}} @else {{$fund->user->subscription->subscriptionName->name_en ?? ''}} @endif @endif @else @endif |
@lang('user.fund_type') | {{$fund->fund_type == '0' ? __('user.realestute') : '' }} {{$fund->fund_type == '1' ? __('user.personal') : '' }} {{$fund->fund_type == '2' ? __('user.cars') : '' }} |
@lang('user.financing_period') | {{$fund->financing_periad}} |
@lang('user.birth_date') | {{$fund->birth_date}} |
@lang('user.nationlity') | {{$fund->nationlity}} |
@lang('user.sector') | {{$fund->sector}} |
@lang('user.monthly_income') | {{$fund->monthly_income}} |
@lang('user.salary_type') | {{$fund->salary_type}} |
@lang('user.monthly_commit') | {{$fund->monthly_commit}} |
@lang('user.car_price') | {{$fund->car_price}} |
@lang('user.downpayment') | {{$fund->downpayment}} |
@lang('user.property_value') | {{$fund->property_value}} |
@lang('user.account_type') | {{$fund->account_type}} |
@lang('user.created_at') | {{$fund->created_at}} ( {{$fund->created_at->diffForHumans()?? ''}} ) |