@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')
{{ __('Control your public pages and user dashboard.') }}
{{ __('Customize your main home and other pages that display to your user.') }}
{{ __('Set additional navigation or menu item so user can access.') }}
{{ __('These pages need to be set so that system know where to display to user.') }}