@extends('layouts.app') @section('title', __('app.help_guide')) @section('content')

{{ __('app.system_usage_guide') }}

{{ __('app.keyboard_shortcuts_hint') }}

{{ __('app.sale_wizard') }} {{ __('app.retail_invoice') }}

{{ __('app.help_sale_title') }}

{{ __('app.help_sale_text') }}

{{ __('app.help_purchase_title') }}

{{ __('app.help_purchase_text') }}

{{ __('app.help_stock_title') }}

{{ __('app.help_stock_text') }}

{{ __('app.help_reports_title') }}

{{ __('app.help_reports_text') }}

{{ __('app.shortcuts') }}

{{ __('app.open_sale_wizard') }}Alt + S
{{ __('app.open_retail_invoice') }}Alt + I
{{ __('app.open_purchase_wizard') }}Alt + P
{{ __('app.open_stock') }}Alt + T
{{ __('app.open_reports') }}Alt + R
{{ __('app.open_help') }}F1
{{ __('app.go_back_close') }}Esc
@endsection