@extends('template.'.config('settings.template').'.content.master') @section('content') @if (\Route::currentRouteName() != 'author.get')
@foreach ($categories as $category) @endforeach
@if (isset($categoryModel))

@if($categoryModel->icon == 'bitcoin') @else @endif {{ $categoryModel->name }}

@else

{{config('settings.name')}}

@endif

@if (isset($categoryModel)) {{ $categoryModel->description }} @else {{config('settings.description')}} @endif

@endif
@if (\Route::currentRouteName() == 'author.get')




{{ $author->name }}

{{ $author->description }}

@if (isset($author->social_networks['email'])) | @endif @if (isset($author->social_networks['site'])) {{ $author->social_networks['site'] }} @endif

@foreach ($social as $value) @if (isset($author->social_networks[$value])) @endif @endforeach

@endif @if (\Route::currentRouteName() == 'welcome')


{{ __('public.popular-authors') }}

@foreach ($authors as $author) @endforeach



@endif
@if (env('APP_WRITE', false))


{{ __('public.propose-content') }} Neuen Inhalt einreichen

@endif @include('template.'.config('settings.template').'.content.includes.create-content')
@if (session()->has('success'))
@if(is_array(session()->get('success'))) @else {{ session()->get('success') }} @endif
@endif @if (session()->has('error'))
@if(is_array(session()->get('error'))) @else {{ session()->get('error') }} @endif
@endif
@foreach($nachrichten as $nach)
@if ($nach->paid != 0 and (empty($nach->premium_until) or $nach->premium_until > date('Y-m-d')) and !\Session::get('premium_code'))
@if($nach->created_at->diffInHours(date('Y-m-d H:i:s')) < 1)
{{ $nach->created_at->diffForHumans() }} veröffentlicht

@endif

{{$nach->title}}

@if ($nach->user and $nach->user->public_author == 1) {{ $nach->user->name }} - {{date('d.m.Y H:i', strtotime($nach->created_at))}} @else {{date('d.m.Y H:i', strtotime($nach->created_at))}} @endif
@if ($nach->category)

{{ $nach->category->name}}

@endif @if ($nach->image) @endif
{!! \Str::limit($nach->nachrichten, 285, ' ...') !!}
@if ($nach->type_id == 2)

{{ __('public.work-location') }}

{{ isset($nach->additional_fields['workplace']) ? \Str::limit($nach->additional_fields['workplace'], 30, ' ...') : '-'}}

{{ __('public.contact-data') }}

{!! isset($nach->additional_fields['contact_info']) ? \Str::limit($nach->additional_fields['contact_info'], 30, ' ...') : '-' !!}

@endif

{{ __('public.premium-content') }}

@if (!empty($nach->premium_until) and $nach->premium_until > date('Y-m-d')) {{ __('public.article-requires-payment') }}mjn
-
@endif

To read the article @if (!empty($nach->premium_until) and $nach->premium_until > date('Y-m-d')) {{ __('public.now') }}now @endif {{ __('public.please-pay') }} {{ $nach->paid }} sats


Pay {{ $nach->paid }} sats
{{ __('public.use') }} {{ __('public.premium-pass') }} @include('template.'.config('settings.template').'.content.includes.explain-lightning')


@if (env('APP_COMMENTS', false)) @endif
@else
@if(\Session::get('premium_code') and $nach->paid != 0 and (empty($nach->premium_until) or $nach->premium_until > date('Y-m-d')))
Premium content
@endif
@if($nach->created_at->diffInHours(date('Y-m-d H:i:s')) < 1)
{{ $nach->created_at->diffForHumans() }} veröffentlicht

@endif

{{$nach->title}}

@if ($nach->user and $nach->user->public_author == 1) {{ $nach->user->name }} - {{date('d.m.Y H:i', strtotime($nach->created_at))}} @else {{date('d.m.Y H:i', strtotime($nach->created_at))}} @endif
@if ($nach->category)

{{ $nach->category->name}}

@endif @if ($nach->image) @endif

{!! $nach->nachrichten !!}

@if ($nach->type_id == 2)

{{ __('public.work-location') }}

{{ isset($nach->additional_fields['workplace']) ? $nach->additional_fields['workplace'] : '-'}}

{{ __('public.contact-data') }}

{!! isset($nach->additional_fields['contact_info']) ? $nach->additional_fields['contact_info'] : '-' !!}

@endif @if($nach->type_id == 3)
@if($nach->show_total_paid_action == 1) @if ($nach->actions->count() > 1)
{{ __('public.vote-distribution') }}
@foreach ($nach->actions as $action)
{{ !empty($nach->total_paid_actions()) ? round(($action->payments()->where('status', 1)->sum('amount') * 100) / $nach->total_paid_actions()) : 0 }}%
@endforeach

@endif @endif @foreach ($nach->actions as $action)
{{ $action->description }}
@if ($action->type == 2)
@endif
@endforeach
@foreach ($nach->actions as $action) @endforeach
@endif @if(sizeof($nach->files) > 0)
{{ __('public.files-download') }}
@foreach ($nach->files as $file) @endforeach
@endif
@if (env('APP_COMMENTS', false)) @endif
@endif
@endforeach {{ $nachrichten->links() }}
@stop @section('scripts') @if (env('APP_WRITE', false)) @endif @if (\Session::has('success_plan')) @endif @stop