@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())
@endif
← Accueil
@endsection