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


@endif

Meine Stellenanzeigen

Neue Stellenanzeige anlegen
@if ($types->count() >= 2)
@foreach ($types as $type) @endforeach
@endif
@if ($nachrichten->count() == 0)




Sie haben noch keine Stellenanzeige angelegt.

Erste Stellenanzeige anlegen
















@else
@foreach($nachrichten as $nach)

{{ $nach->created_at->diffForHumans() }}
@if($nach->approved == 1) {{Str::limit($nach->title, 60,'...')}} @else() {{Str::limit($nach->title, 60,'...')}} @endif

@if($nach->approved != 1) @if ($nach->approved == 2) @else @endif @else @endif
@endforeach @endif
















@stop @section('scripts') @stop