@extends('layouts.auth') @php $ar = app()->getLocale() === 'ar'; $companyName = $ar ? ($company?->company_name_ar ?: 'مطلق صالح ساطي') : ($company?->company_name_en ?: 'MUTLAQ SALEH SATI'); @endphp @section('title', $ar ? 'تسجيل الدخول' : 'Sign in') @section('content')
{{ $companyName }}
{{ $ar ? 'نظام المحاسبة وإدارة المخزون' : 'ACCOUNTING & INVENTORY ERP' }}
{{ $ar ? 'مساحة عمل موحدة' : 'One connected workspace' }}

{{ $ar ? 'إدارة أعمالك بوضوح وثقة.' : 'Run your business with clarity and control.' }}

{{ $ar ? 'المبيعات والمشتريات والمخزون وحسابات العملاء في نظام واحد آمن وسهل الاستخدام.' : 'Sales, purchasing, inventory and customer accounts—all working together in one secure system.' }}

{{ $ar ? 'المبيعات والفواتير' : 'Sales & invoicing' }}{{ $ar ? 'فواتير ضريبية وغير ضريبية' : 'Tax and non-tax billing' }}
{{ $ar ? 'المخزون' : 'Live inventory' }}{{ $ar ? 'حركة مخزون دقيقة ومباشرة' : 'Accurate stock movements' }}
{{ $ar ? 'حسابات العملاء' : 'Customer accounts' }}{{ $ar ? 'المبيعات والمدفوعات والأرصدة' : 'Sales, payments and balances' }}
{{ $ar ? 'التقارير' : 'Business reports' }}{{ $ar ? 'رؤية مالية واضحة' : 'Clear financial visibility' }}
{{ $ar ? 'نظام آمن مع سجل تدقيق كامل' : 'Secure access with complete audit history' }}
@endsection @section('scripts') @endsection