# Brand Logos Fix TODO

- [x] Step 1: Edit app/Http/Controllers/BrandController.php 
  - Change DataTables 'image' column to return plain URL: url("images/brands/" . $row->image) instead of full HTML img.
  - Remove 'image' from rawColumns.
  - Fix destroy() unlink path from '/images/brand/' to '/images/brands/'.
- [ ] Step 2: Reload admin/brand page and verify logos display.
- [ ] Step 3: Test upload new brand via add form (midia uploader).
- [ ] Step 4: Test delete brand with logo.
- [ ] Complete
