{{ ___('Pre-build Pages') }}

{{ ___('Pricing') }} : {{ route('pricing') }}
@if (@$settings->blog_enable)
{{ ___('Blog') }} : {{ route('blog.index') }}
@endif @if (@$settings->enable_faqs)
{{ ___('FAQs') }} : {{ route('faqs') }}
@endif @if (@$settings->enable_contact_page)
{{ ___('Contact') }} : {{ route('contact') }}
@endif