diff --git a/resources/views/clients/show.blade.php b/resources/views/clients/show.blade.php index 4482d3672ac7..74b14ea53b31 100644 --- a/resources/views/clients/show.blade.php +++ b/resources/views/clients/show.blade.php @@ -6,19 +6,6 @@ - @if ($client->showMap()) - - - - @endif @stop @@ -86,23 +73,23 @@ - @if ($client->last_login > 0) -
{{ trans('texts.id_number').': '.$client->id_number }}
@endif @if ($client->vat_number) -{{ trans('texts.vat_number').': '.$client->vat_number }}
+{{ trans('texts.vat_number').': '.$client->vat_number }}
@endif @if ($client->account->customLabel('client1') && $client->custom_value1) @@ -130,7 +117,7 @@{!! nl2br(e($client->private_notes)) !!}
@endif - @if ($client->industry || $client->size) + @if ($client->industry || $client->size) @if ($client->industry) {{ $client->industry->name }} @endif @@ -142,8 +129,8 @@ @endif @endif - @if ($client->website) -{!! Utils::formatWebsite($client->website) !!}
+ @if ($client->website) +{!! Utils::formatWebsite($client->website) !!}
@endif @if ($client->language) @@ -160,10 +147,10 @@ • {{ trans('texts.is_not_sent_reminders') }} @endif{{ trans('texts.paid_to_date') }} | -{{ Utils::formatMoney($client->paid_to_date, $client->getCurrencyId()) }} | -
{{ trans('texts.balance') }} | -{{ Utils::formatMoney($client->balance, $client->getCurrencyId()) }} | -
{{ trans('texts.credit') }} | -{{ Utils::formatMoney($credit, $client->getCurrencyId()) }} | -
{{ trans('texts.paid_to_date') }} | +{{ Utils::formatMoney($client->paid_to_date, $client->getCurrencyId()) }} | +
{{ trans('texts.balance') }} | +{{ Utils::formatMoney($client->balance, $client->getCurrencyId()) }} | +
{{ trans('texts.credit') }} | +{{ Utils::formatMoney($credit, $client->getCurrencyId()) }} | +