@extends('layout.default') @section('breadcrumbs') @endsection @section('page', 'page__page--show') @section('main')

{{ $page->name }}

@joypixels($page->getContentHtml())
@endsection @section('sidebar')

{{ __('common.info') }}

{{ __('common.created_at') }}
{{ __('torrent.updated_at') }}
@endsection @section('javascripts') @if (parse_url(request()->url(), PHP_URL_PATH) === parse_url(config('other.rules_url'), PHP_URL_PATH) && auth()->user()->read_rules == 0) @endif @endsection