{{ trans('front.location') }}
{{ trans('front.city') }}: {{ $location['city'] or '-' }}
{{ trans('front.road') }}: {{ $location['road'] or '-' }}
{{ trans('front.house') }}: {{ $location['house'] or '-' }}
{{ trans('front.zip') }}: {{ $location['zip'] or '-' }}
{{ trans('front.country') }}: {{ $location['country'] or '-' }}
{{ trans('front.county') }}: {{ $location['county'] or '-' }}
{{ trans('front.state') }}: {{ $location['state'] or '-' }}
{{ trans('front.address') }}: @if ( ! (empty($location['lat']) && empty($location['lng']))) @endif {{ $location['address'] or '-' }}