@extends('layouts.child') @section('content')
← Erinnerung
{{ $reference->icon }}

{{ $reference->title }}

{!! $reference->content !!}
@if($others->count())

Weitere Artikel

@foreach($others as $a) {{ $a->icon }} {{ $a->title }} @endforeach
@endif @endsection