From 343e3b853811e2232921b9556a12e4a306c284b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Thu, 15 Dec 2022 16:58:31 +0000 Subject: [PATCH] Update 'content/lists/stellenangebote.blade.php' --- content/lists/stellenangebote.blade.php | 84 +++++++++++++++++++++---- 1 file changed, 72 insertions(+), 12 deletions(-) diff --git a/content/lists/stellenangebote.blade.php b/content/lists/stellenangebote.blade.php index 6b08a79..c94654c 100644 --- a/content/lists/stellenangebote.blade.php +++ b/content/lists/stellenangebote.blade.php @@ -1,12 +1,72 @@ - - - - - - - {{$list->name}} - - -

{{$list->name}}

- - \ No newline at end of file +@extends('template.'.config('settings.template').'.content.master') + +@section('content') + +
+
+
+
+

Unsere aktuellen Stellenangebote

+ +
+ + + + @foreach($contents as $indexContent => $content) + +
+
+
+
+ +
+ Logo {{ $content->user->name }} +
+
+
+ + {{ $content->user->name }} +
+ + + +
+ + + +
+
+
+ +
+ @endforeach + + +
+
+
+ + + + + + +@endsection