@extends('layouts.app') @section('content')
# | Nom | Annonceur(s) | Code Postal | Ville | Adresse | Longitude | Latitude | distance | Type de zone | Nombre de zone | |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $shop->id }} | {{ $shop->label }} | {{ $shop->advertiser->name }} | {{ $shop->postcode ?? '-'}} | {{ $shop->city ?? '-' }} | {{ $shop->address ?? '-' }} | {{ $shop->longitude ?? '-' }} | {{ $shop->latitude ?? '-' }} | {{ $shop->distance ?? '-' }} | {{ $shop->location_type }} | {{ $shop->location_data ? count($shop->location_data) : '-'}} |
|