@extends('businessLayout::index') @section('pageContent')
Avatar

{{ __('labels.hi_user', ['name' => me()->first_name]) }}

{{ __('business/dashboard.welcome_title') }}

{!! __('business/dashboard.about_business_account') !!}

{{ __('labels.learn_more') }} »

{{ __('business/dashboard.offer_help.title') }}

{{ __('business/dashboard.offer_help.desc') }}

{{ __('business/dashboard.features_restriction_info') }}
@endsection