@extends('template.'.config('settings.template').'.content.master') @section('content')

{{ $list->name }}

@isset($list->image)
{{config('settings.name')}} Cover
@endif

{{ $list->description }}

@if(count($contents) > 0) @foreach($contents as $content)
{{$_legal_name}}
{{$_legal_name}}
{{$content->title}}
{{$_legal_zip_code}} {{$_legal_city}}
{{ $content->updated_at->diffForHumans() }}
{{ $content->updated_at->diffForHumans() }} Job ansehen
@endforeach @else
Derzeit keine offenen Stellen
@endif
@stop