{{__('web.address')}} : {{$num}}
@php $cord = explode(', ',$address->latlng); @endphp

{{__('web.city_id')}}

{{$address->city->descriptions()->name}}

{{__('web.street')}}

{{$address->street}}

{{__('web.area')}}

{{$address->area}}

{{__('web.building')}}

{{$address->building}}

{{__('web.building_images')}}
@foreach($address['photos'] as $row)
@endforeach