@extends('pdf.layout-small')
@section('content')
HINWEISE FERIENWOHNUNG STERN USEDOM
{{$fewo->single_name}} in der {{ $fewo->adress1 }} in {{ $fewo->zip_code }} {{ $fewo->city }}
@foreach($contents as $content)
@if($content->getObjectBy('page-break'))
@endif
{{$content->name}}
{!! $content->getContent() !!}
@endforeach
@endsection