@extends('panel.layouts.base') @section('title', $currentLang == 'ru' ? 'Политика возврата' : 'Refund Policy') @section('seo_description', $currentLang == 'ru' ? 'Политика возврата' : 'Refund Policy') @section('content.main') @php($refund = config('cabinet.rules.refund'))
@if(count($refund))
{!! $refund[$currentLang] !!}
@endif
@endsection