{{ admin_trans('Ready pages') }}
@if ($settings->actions->blog_status)
  • {{ admin_trans('Blog') }} : {{ route('blog.index') }}
  • @endif @if (licenseType(2))
  • {{ admin_trans('Premium') }} : {{ route('premium.index') }}
  • @endif @if ($settings->actions->payout_rates_page)
  • {{ admin_trans('Payout Rates') }} : {{ route('payout-rates') }}
  • @endif @if ($settings->actions->payment_proof_page)
  • {{ admin_trans('Payment Proof') }} : {{ route('payment-proof') }}
  • @endif @if ($settings->actions->contact_page)
  • {{ admin_trans('Contact') }} : {{ route('contact') }}
  • @endif