@extends('admin.layouts.master') @section('title', __('User Dashboard')) @section('has-content-sidebar', 'has-content-sidebar') @section('content-sidebar') @include('admin.settings.content-sidebar') @endsection @section('content')

{{ __('User Dashboard') }}

{{ __('Control your public pages and user dashboard.') }}

{{ __('Manage Front-End Pages') }}

{{ __('Customize your main home and other pages that display to your user.') }}

{{ __('Enable or disable the default home page.') }}
{{ __('Set custom page tile for home page.') }}
{{ __('Select few schemes that you would like to display.') }}
{{ __('It will show only into home page.') }}
{{ __("Highlight Plan") }}
{{ __("First Plan") }}
{{ __("Second Plan") }}
{{ __('Show or hide additional information from home page.') }}
{{ __('Set additional content to show on box.') }}
{{ __('Heading') }} {{ __("Eg. :content", ['content' => __("Register your free account")]) }}
{{ __('Short Content') }} {{ __("Eg. :content", ['content' => __("Sign up with your email and get started!")]) }}
{{ __('Set additional content to show on box.') }}
{{ __('Heading') }} {{ __("Eg. :content", ['content' => __("Deposit fund and invest")]) }}
{{ __('Short Content') }} {{ __("Eg. :content", ['content' => __("Just top up your balance & select your desired plan.")]) }}
{{ __('Set additional content to show on box.') }}
{{ __('Heading') }} {{ __("Eg. :content", ['content' => __("Payout your profits")]) }}
{{ __('Short Content') }} {{ __("Eg. :content", ['content' => __("Withdraw your funds to your account once earn profit.")]) }}
{{ __('Set additional content to show on box.') }}
{{ __('Heading') }} {{ __("Eg. :content", ['content' => __("Payment processors we accept")]) }}
{{ __('Short Content') }} {{ __("Eg. :content", ['content' => __("We accept paypal, cryptocurrencies such as Bitcoin, Litecoin, Ethereum more.")]) }}
{{ __('Enable or disable the investment page.') }}
{{ __('Select whatever you would like to display.') }}
{{ __("Display Plans") }}
{{ __("Plan Order") }}
{{ __('Add a disclaimer message into your website.') }}
{{ __('It will show into footer on public pages.') }}
{{ __('A detailed copyright disclaimer.') }}
@csrf
{{ __('Navigation Setup') }}

{{ __('Set additional navigation or menu item so user can access.') }}

{{ __('Set main menu item for public pages.') }}
{{ __('By default home, login, register will display in menu.') }}
{{ __('Select pages for main menu.') }}
{{ __('Set footer navigation for public pages and user panel.') }}
{{ __('Select pages forfooter menu.') }}
{{ __('Set additional menu item on sidebar.') }}
{{ __('This will display in user panel under main navigation.') }}
{{ __('Set additional heading') }}
{{ __('Select pages for navigation.') }}
{{ __('Page Setup') }}

{{ __('These pages need to be set so that system know where to display to user.') }}

{{--
--}}
{{ __('Display a contact form to send direct email.') }}
@csrf
{{ __('Misc Options') }}
{{ __('Show an alert if user have not added account info for withdraw or payment receiving.') }}
{{ __('Show an alert if user have not update basic information like phone, dob & country etc.') }}
{{ __('Display news or global notice into dashboard.') }}
{{ __('It will show into header on the user panel.') }}
{{ __('Notice / News Heading (approx 8-10 words)') }}
{{ __('Notice / News Shorten Text (approx 10-15 words)') }}
{{ __('Notice / News External Link (include http://)') }}
{{ __('Display extra support card into dashboard.') }}
{{ __('It will show into bottom of the user dashboard.') }}
{{ __('Main Heading') }}
{{ __('Sub Text for Support') }}
{{ __('External Link (include http://)') }} {{ __('If blank, it will link to contact page.') }}
@csrf
@endsection