@extends('panel.layouts.base') @section('title', $currentLang == 'ru' ? 'Пользовательское соглашение' : 'User Agreement') @section('seo_description', $currentLang == 'ru' ? 'Пользовательское соглашение' : 'User Agreement') @section('content.main') @php($term = config('cabinet.rules.terms'))
@if(count($term))
{!! $term[$currentLang] !!}
@endif
@endsection