@extends('layouts.app') @section('content')

{{ __('Dashboard') }}

{{ __('Welcome back') }}, {{ Auth::user()->name }}!

{{ __('This is your personal dashboard where you can manage your account and services.') }}

{{ __('Your Services') }}

{{ __('You currently have no active services.') }}

{{ __('Browse Services') }}

{{ __('Community') }}

{{ __('Join our business community to increase your online presence through cross-promotion and backlinks.') }}

{{ __('Join Community') }}

{{ __('Account Information') }}

{{ __('Name') }}: {{ Auth::user()->name }}

{{ __('Email') }}: {{ Auth::user()->email }}

{{ __('Member Since') }}: {{ Auth::user()->created_at->format('d/m/Y') }}

{{ __('Edit Profile') }}

{{ __('Need Help?') }}

{{ __('Our support team is here to help you with any questions or issues you may have.') }}

{{ __('Contact Support') }}
@endsection