@extends('layouts.admin-simple') @section('title', 'Warehouse Settings') @section('content')

settings Warehouse Settings

Configure warehouse operations and preferences

dashboard Back to Dashboard
tune General Settings
@csrf @method('PUT')
@error('warehouse_name')
{{ $message }}
@enderror
@error('default_currency')
{{ $message }}
@enderror
@error('timezone')
{{ $message }}
@enderror
@error('require_approval_threshold')
{{ $message }}
@enderror Transactions above this amount require supervisor approval
notifications Notification Settings
@csrf @method('PUT')
Alert Preferences
Delivery Methods
account_tree Workflow Settings
@csrf @method('PUT')
Automation
Quality Control
info Settings Information
  • General Settings: Configure basic warehouse information and operational parameters
  • Notifications: Control how and when the system sends alerts and reports
  • Workflows: Customize automation and approval processes for your operations
  • Auto-save: Changes are saved immediately when you submit each form
settings_applications
@endsection @push('scripts') @endpush