Commit 3fcec1e1 by Yuriy Frasinyuk

fix

parent eb565ffd
......@@ -16,7 +16,7 @@
{{__('Phone')}} : {{ $city->phones->implode(', ') }}
</p>
<p>
{{__('Fax')}}:{{ $city->faxes->implode(', ') }}
{{__('Fax')}} : {{ $city->faxes->implode(', ') }}
</p>
<p>
{{__('Email')}} : {{ $city->emails->implode(', ') }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment