{{ __('client_properties.th_client') }} | {{ __('client_properties.th_property') }} | {{ __('client_properties.th_amount') }} | {{ __('client_properties.th_duration') }} | {{ __('client_properties.th_duration_unit') }} | {{ __('client_properties.th_actions') }} |
---|---|---|---|---|---|
{{ $clientProperty->client->name ?? $clientProperty->client_id }} | {{ $clientProperty->property->name ?? $clientProperty->property_id }} | {{ isset($clientProperty->amount) ? number_format($clientProperty->amount) : '' }} | {{ $clientProperty->duration }} | {{ $clientProperty->duration_unit_data->name ?? '' }} |
|