@extends('theme::layouts.app') @section('theme::title', __('seo.serverinformation')) @section('theme::content')

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

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