Settings: General

@csrf @method('PUT')

Business Information

Basic details about your auto repair shop

@error('shop_name')

{{ $message }}

@enderror
@error('shop_phone')

{{ $message }}

@enderror
@error('shop_email')

{{ $message }}

@enderror
@error('shop_website')

{{ $message }}

@enderror
@error('shop_address')

{{ $message }}

@enderror
@error('shop_city')

{{ $message }}

@enderror
@error('shop_state')

{{ $message }}

@enderror
@error('shop_zip_code')

{{ $message }}

@enderror

Financial Settings

Configure tax rates and currency preferences

@error('default_tax_rate')

{{ $message }}

@enderror
@error('currency')

{{ $message }}

@enderror
@error('currency_symbol')

{{ $message }}

@enderror

System Settings

Configure timezone, date format, and notification preferences

@error('timezone')

{{ $message }}

@enderror
@error('date_format')

{{ $message }}

@enderror
@error('time_format')

{{ $message }}

@enderror
enable_notifications ?? false) ? 'checked' : '' }} class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-zinc-300 rounded" />
enable_email_notifications ?? false) ? 'checked' : '' }} class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-zinc-300 rounded" />
enable_sms_notifications ?? false) ? 'checked' : '' }} class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-zinc-300 rounded" />
Cancel