@extends('frontend.frontend-page-master') @section('page-title') {{__('User Dashboard')}} @endsection @section('content') {{__('Dashboard')}} {{__('Packages Orders')}} @if(!empty(get_static_option('product_module_status'))) {{get_static_option('product_page_'.$user_select_lang_slug.'_name')}} {{__('Orders')}} {{get_static_option('product_page_'.$user_select_lang_slug.'_name')}} {{__('Downloads')}} @endif @if(!empty(get_static_option('events_module_status'))) {{get_static_option('events_page_'.$user_select_lang_slug.'_name')}} {{__('Booking')}} @endif @if(!empty(get_static_option('donations_module_status'))) {{__('All ')}} {{get_static_option('donation_page_'.$user_select_lang_slug.'_name')}} @endif @if(!empty(get_static_option('appointment_module_status'))) {{__('Booked')}} {{get_static_option('appointment_page_'.$user_select_lang_slug.'_name')}} @endif @if(!empty(get_static_option('course_module_status'))) {{get_static_option('courses_page_'.$user_select_lang_slug.'_name')}} {{__("Enrolled")}} @endif @if(!empty(get_static_option('support_ticket_module_status'))) {{__('All')}} {{get_static_option('support_ticket_page_'.$user_select_lang_slug.'_name')}} @endif {{__('Edit Profile')}} {{__('Change Password')}} {{ __('Logout') }} @csrf @yield('section') @endsection @section('scripts') @endsection