@extends('layouts.app') @section('title', 'Showrooms & Brands') @section('breadcrumb')Settings Showrooms & Brands@endsection @section('content')
Manage the showroom and brand options available when creating leads
| Name | Status | |
|---|---|---|
| {{ $showroom->name }} | {{ $showroom->is_active ? 'Active' : 'Inactive' }} |
|
| No showrooms yet. Click "Add Showroom" to get started. | ||
| Name | Status | |
|---|---|---|
| {{ $brand->name }} | {{ $brand->is_active ? 'Active' : 'Inactive' }} |
|
| No brands yet. Click "Add Brand" to get started. | ||