System Settings

Configure your company name, branding logos, and general parameters.

Branding & System Configuration

Modify settings and upload your official logo image here.

@csrf @method('PUT')

This name is used in the document title tags, the navigation sidebar, and the admin login page header.

@error('system_name')

{{ $message }}

@enderror
@if($logoPath && file_exists(public_path($logoPath))) Brand Logo Active Logo @else
Default Box SVG
@endif

Upload a custom branding logo to replace the default package box icon. Recommended format is PNG or SVG with a transparent background. Max file size: 2MB.

@error('logo')

{{ $message }}

@enderror

Sender / Pickup Details

These details will appear on printed shipping labels as the sender information.

@error('sender_name')

{{ $message }}

@enderror
@error('sender_address')

{{ $message }}

@enderror
@error('sender_phone')

{{ $message }}

@enderror

Optional second contact number shown on shipping labels.

@error('sender_phone_2')

{{ $message }}

@enderror