@extends('layouts.landing') @section('meta_title', __('about.about_meta_title')) @section('meta_description', __('about.about_meta_description')) @section('meta_keywords', __('about.about_meta_keywords')) @section('canonical_url', route('landing.about')) @push('styles') @endpush @php use Illuminate\Support\Facades\Auth; $logoUrl = !empty($seo?->logo) ? asset($seo->logo) : asset('hisabseba.png'); $footerLogoUrl = !empty($seo?->logo) ? asset($seo->logo) : asset('hisabseba.png'); $isLoggedIn = Auth::guard('web')->check(); $loginUrl = $isLoggedIn ? route('user.dashboard') : route('user.login'); $registerUrl = $isLoggedIn ? route('user.dashboard') : route('user.register'); $currentLocale = app()->getLocale(); @endphp @section('content')
{{-- Background --}} {{-- Header --}}
{{-- Hero --}}
{{ __('about.about_badge') }}

{{ __('about.about_hero_title_1') }} {{ __('about.about_hero_title_highlight') }}

{{ __('about.about_hero_description') }}

24/7

{{ __('about.access_247') }}

{{ __('about.safe') }}

{{ __('about.safe_system') }}

{{ __('about.smart') }}

{{ __('about.smart_reports') }}

{{ __('about.mission') }}

{{ __('about.about_mission_title') }}

{{ __('about.about_mission_desc') }}

{{ __('about.vision') }}

{{ __('about.about_vision_title') }}

{{ __('about.about_vision_desc') }}

{{ __('about.core_focus') }}

{{ __('about.about_core_focus_title') }}

{{ __('about.about_core_focus_desc') }}

{{-- Story --}}
{{ __('about.why_we_built_it') }}

{{ __('about.about_story_title') }}

{{ __('about.about_story_para_1') }}

{{ __('about.about_story_para_2') }}

{{-- What We Offer --}}
{{ __('about.what_we_offer') }}

{{ __('about.about_offer_title') }}

{{ __('about.about_offer_desc') }}

๐Ÿ“˜

{{ __('about.customer_supplier_ledger') }}

{{ __('about.about_offer_ledger_desc') }}

๐Ÿ’ณ

{{ __('about.account_balance_management') }}

{{ __('about.about_offer_account_desc') }}

๐Ÿงพ

{{ __('about.expense_management') }}

{{ __('about.about_offer_expense_desc') }}

๐Ÿฆ

{{ __('about.bank_loan_management') }}

{{ __('about.about_offer_loan_desc') }}

๐Ÿ’ผ

{{ __('about.owner_investment_management') }}

{{ __('about.about_offer_investment_desc') }}

๐Ÿ“ˆ

{{ __('about.profit_loss_reports') }}

{{ __('about.about_offer_reports_desc') }}

{{-- Values --}}
{{ __('about.our_values') }}

{{ __('about.about_values_title') }}

๐ŸŽฏ

{{ __('about.practical') }}

{{ __('about.about_value_practical_desc') }}

โšก

{{ __('about.fast') }}

{{ __('about.about_value_fast_desc') }}

๐Ÿ”’

{{ __('about.reliable') }}

{{ __('about.about_value_reliable_desc') }}

๐Ÿ“ˆ

{{ __('about.growth_focused') }}

{{ __('about.about_value_growth_desc') }}

{{-- Who It's For --}}
{{ __('about.who_its_for') }}

{{ __('about.about_audience_title') }}

{{ __('about.about_audience_desc') }}

{{ __('about.shop_owners') }}

{{ __('about.about_audience_shop_desc') }}

{{ __('about.wholesale_business') }}

{{ __('about.about_audience_wholesale_desc') }}

{{ __('about.small_factories') }}

{{ __('about.about_audience_factory_desc') }}

{{ __('about.growing_enterprises') }}

{{ __('about.about_audience_enterprise_desc') }}

{{-- CTA --}}
{{-- Footer --}}
@endsection