@extends('layouts.app') @section('title', $store->name . ' - JOLI Matelas') @section('content')
Retour aux magasins

{{ $store->name }}

{{ $store->city }}

@if($store->description)

{{ $store->description }}

@endif
{{ $store->street }}, {{ $store->postal_code }} {{ $store->city }}
@if($store->phone) @endif @if($store->email) @endif @if($store->opening_hours)
@foreach($store->opening_hours as $day => $hours)

{{ $day }} : {{ $hours }}

@endforeach
@endif
@if($store->latitude && $store->longitude)
Voir sur la carte @if($store->phone) Appeler @endif
@endif
@endsection