@extends('layouts.app') @section('title', __('Условия возврата денег') . ' - WoW Rebirth') @php $breadcrumbs = [ ['title' => __('Главная'), 'url' => route('welcome')], ['title' => __('Условия возврата денег'), 'url' => route('info.show', 'refund-policy')], ]; @endphp @section('content') @include('pages.info.partials._refund-policy-content') @endsection