@extends('template.'.config('settings.template').'.content.master')
@section('head')
    
{{$content->title}} | {{config('settings.name')}}
@stop
@section('content')
    
        
            
            
                
{{$content->title}}
            
            
            
                {!!$content->beschreibung!!}
            
         
        @if($content->bilder)
            
                
                    
Bilder
                
    
                @foreach($content->bilder as $bild)
                    
                @endforeach
            
                
             
        @endif
    
 
    
    
@stop