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

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

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

{{ __('app.sale_invoice_wizard') }}{{ __('app.sale_wizard_hint') }}
{{ __('app.purchase_wizard') }}{{ __('app.purchase_wizard_hint') }}
{{ __('app.stock_wizard') }}{{ __('app.stock_wizard_hint') }}
{{ __('app.payment_to_supplier') }}{{ __('app.supplier_payment_hint') }}
{{ __('app.received_from_customer') }}{{ __('app.customer_receipt_hint') }}
{{ __('app.returns') }}{{ __('app.returns_hint') }}
{{ __('app.report_wizard') }}{{ __('app.report_wizard_hint') }}
@endsection