@extends('layout') @section('title', $page->title.' - Famille Letzelter') @section('meta', \Illuminate\Support\Str::limit( filled($page->body) ? (string) \Illuminate\Support\Str::of($page->body)->stripTags()->squish() : "{$page->title} - famille Letzelter de Philippsbourg (Moselle).", 155)) @section('schema', 'Article') @section('content') Famille Letzelter {{ $page->title }} @if ($page->body) @foreach ($page->paragraphs() as $p) {!! \App\Support\Markup::inline($p) !!} @endforeach @endif @if ($page->photos->isNotEmpty()) @foreach ($page->photos as $photo) caption) data-caption="{{ $photo->caption }}" @endif> @endforeach @endif ← Accueil @endsection
Famille Letzelter
{!! \App\Support\Markup::inline($p) !!}