@extends('template.'.config('settings.template').'.content.master')
@section('content')
{{ $list->name }}
{{ $list->description }}
@foreach($contents as $content)
{{$_legal_zip_code}} {{$_legal_city}}
{{ $content->updated_at->diffForHumans() }}
{{ $content->updated_at->diffForHumans() }}
Job ansehen
@endforeach
@stop