country = request()->route('country', config('app.domain_country')); } public function with(): array { return [ 'service' => $this->service, ]; } }; ?>
{{ $service->name }} @if($service->type) {{ ucfirst($service->type->value) }} @endif
@if($service->intro)
{{ __('Über den Service') }} {!! $service->intro !!}
@endif
{{ __('Links') }}
@if($service->url_clearnet) Clearnet @endif @if($service->url_onion) Onion / Tor @endif @if($service->url_i2p) I2P @endif @if($service->url_pkdns) pkdns @endif @if($service->contact_url) {{ __('Kontakt') }} @endif
@auth @if(auth()->id() === $service->created_by) {{ __('Bearbeiten') }} @endif @endauth