{{ __('dashboard.upload_images') ?? 'Upload Images' }}

{{ __('dashboard.upload_logos') ?? 'Upload Logos' }}

{{ __('dashboard.upload_logos_and_assign_to_clients') ?? 'Upload multiple logos and assign each logo to an existing client. The logo will replace the current one for that client.' }}

@csrf
@error('images')
{{ $message }}
@enderror {{ __('dashboard.you_can_select_multiple_images') ?? 'You can select multiple images at once. Supported formats: JPG, PNG, WEBP, GIF, SVG. Max size: 5MB per image.' }}
{{ __('dashboard.cancel') ?? 'Cancel' }}
@push('scripts') @endpush