{{--
Remove-logo form is a standalone element OUTSIDE the settings form.
The Remove button inside the settings form uses form="remove-logo-form" (HTML5 form
association) to submit this form instead of the outer settings form.
The global data-confirm handler in app.blade.php intercepts the submit event on this form.
--}}
@if(!empty($settings['company_logo']))
@endif
{{-- Standalone form (outside the card body it's referenced from below via
form="") — same pattern as remove-logo-form above; the global
data-confirm handler in layouts/app.blade.php intercepts its submit. --}}
Property Slug Maintenance
Regenerates every Published property's public URL slug from its current type/BHK/purpose/city
(fixes any slug still carrying old full-address text from before that was excluded). Visitors with an
old link keep working — the detail page redirects any outdated slug to the new one automatically.