@extends('theme::layouts.app', ['alias' => 'ServerInformation']) @section('theme::title', __('seo.serverinformation')) @section('theme::content')

{{ __('serverinformation.title') }}

@forelse($information as $info)
{!! $info->body !!}
@empty
{{ __('serverinformation.empty') }}
@endforelse
@endsection