diff --git a/resources/views/clients/show.blade.php b/resources/views/clients/show.blade.php index c441fc1c9498..2c507d504048 100644 --- a/resources/views/clients/show.blade.php +++ b/resources/views/clients/show.blade.php @@ -112,7 +112,7 @@ {!! HTML::mailto($contact->email, $contact->email) !!}
@endif @if ($contact->phone) - {!! Utils::formatPhoneNumber($contact->phone) !!} + {!! Utils::formatPhoneNumber($contact->phone) !!}
@endif @endforeach @@ -305,4 +305,4 @@ -@stop \ No newline at end of file +@stop