@extends('layouts.marketing') @push('head') @endpush @section('content') @php $showRegister = ($canRegister ?? false) === true; $supportLink = '#support'; $mobileMenuClose = "document.getElementById('marketing-nav-toggle').checked = false"; @endphp @if (session('success'))

{{ __('Email sent successfully') }}

{{ session('success') }}

@endif
{{ __('Simple, clear, effective') }}

{{ __('Manage your stock more easily.') }}

{{ __('Dari Stock brings products, orders, payments, and access together in one workspace that is easy to use.') }}

{{ __('Everything is in one place to help your team work faster with fewer mistakes.') }}

{{ __('3D illustration of Dari Stock') }}

{{ __('Why use Dari Stock?') }}

{{ __('See your stock, orders, and team more clearly without jumping from one tool to another.') }}

{{ __('Icon') }}

{{ __('Stock always up to date') }}

{{ __('Check quantities, incoming stock, and outgoing stock at a glance.') }}

{{ __('Icon') }}

{{ __('Well-organized orders') }}

{{ __('Keep orders, payments, and documents in the same place.') }}

{{ __('Icon') }}

{{ __('Simple team access') }}

{{ __('Give each person the right access and follow activity more easily.') }}

{{ __('A quick look at the app') }}

{{ __('This page shows the essentials. The features page explains the product in more detail.') }}

{{ __('3D stock visualization') }}

{{ __('Stock and warehouse') }}

{{ __('Find products, quantities, and stock movements in one place.') }}

{{ __('3D order visualization') }}

{{ __('Orders and payments') }}

{{ __('Track orders, invoices, and payments easily.') }}

{{ __('3D team visualization') }}

{{ __('Team and visibility') }}

{{ __('Manage roles and access so each person sees what they need.') }}

{{ __('Need help or access?') }}

{{ __('Fill out the form below or write to us directly at') }} {{ config('support.email') }}.

{{ __('Quick presentation') }}

{{ __('The homepage shows the essentials and points to a more complete page if needed.') }}

{{ __('Simple access') }}

{{ __('Log in directly or send a request if you do not have access yet.') }}

{{ __('Support email') }}

{{ config('support.email') }}

{{ __('Detailed features page') }}

{{ __('The features page presents the product in more depth, with more examples.') }}

@if (session('success'))
{{ __('Message sent.') }}

{{ session('success') }}

@endif @if ($errors->any())
{{ __('A small correction is needed.') }}

{{ $errors->first() }}

@endif
@csrf
@endsection