@extends('layouts.app') @section('title', $title) @section('content')

{{ $title }}

{!! nl2br(e($content)) !!}
@if (request()->routeIs('local.pages.show')) @php $outgoing = ($meta['outgoing_links'] ?? []); $things = ($meta['things_to_do'] ?? []); $localityName = $meta['locality_name'] ?? null; @endphp @if (!empty($outgoing))

Retrouvez-nous aussi ici :

@endif @if (!empty($things))

À faire{{ $localityName ? ' à ' . $localityName : '' }}

@foreach ($things as $item) @php $img = $item['image_url'] ?? null; $name = $item['name'] ?? ''; $url = $item['url'] ?? '#'; $source = $item['source'] ?? null; @endphp @endforeach
@endif @endif @if (request()->routeIs('local.pages.show'))

Automatisez, connectez, amplifiez vos produits

E-commerce, SaaS, ERP et conseil IA. Grâce à l’IA, on livre plus vite et beaucoup moins cher, sans compromis.

@endif
@endsection