@include('layouts.partials.css') @include('layouts.partials.extracss_auth')
@inject('request', 'Illuminate\Http\Request') @if (session('status') && session('status.success')) @endif
@if(config('constants.SHOW_REPAIR_STATUS_LOGIN_SCREEN') && Route::has('repair-status')) @lang('repair::lang.repair_status') @endif @if(Route::has('member_scanner')) @lang('gym::lang.gym_member_profile') @endif @if (!($request->segment(1) == 'business' && $request->segment(2) == 'register')) @if (config('constants.allow_registration')) {{ __('business.register') }} @endif @endif
@include('layouts.partials.language_btn')
Smart Automotive Workshop Cloud

Accelerate Your
Auto Care & Garage

The next-generation POS, repair job sheet tracking, and inventory management platform designed to elevate your auto service center.

Automated Repair & Job Sheet Control

Real-time vehicle diagnostics, parts allocation, technician workflow, and automated customer status alerts.

High-Velocity POS & Invoicing

Fast barcode scanning, multi-payment support, customer accounts, and tax-ready instant invoices.

Multi-Branch Cloud Architecture

Centralized inventory control, role-based staff permissions, and 256-bit encrypted data synchronisation.

@if (config('app.env') == 'demo') @endif @include('layouts.partials.javascripts')