@extends(AdminBaseDashboard::AdminBaseLayout()) @section('title' , trans('HOMEPAGE::home.'.ADMIN_DASHBORD_TITLE)) @section('content')
@if(AdminBaseDashboard::application_type() == "multi_vendor" && str_contains(admin()->has_subscription()->package_name, 'free trial'))

{{ __('HOMEPAGE::home.subscription_trial_ends') }} {{ subscription() }} {{ __('HOMEPAGE::home.days') }}. {{ __('HOMEPAGE::home.subscribe') }} {{ __('HOMEPAGE::home.trial_advice') }}.

@endif @includeIf('DASH_HOME::dashboard_counter')

{{ trans('HOMEPAGE::home.monthly sales performance') }}.

@if(Customer::is_enabled_customer() == "enabled") @includeIf('DASH_HOME::customer') @endif
@if(Account::is_enable_accounting() == "enabled")
@includeIf('DASH_HOME::account')
@endif
@includeIf('DASH_HOME::recent_sales')
@if(Product::is_enabled_inventory() == "enabled")
@includeIf('DASH_HOME::inventory_manager')
@endif
@includeIf('DASH_HOME::activity_manager')
@endsection @section('javascript')