@extends('garage.layouts.app') @section('title', 'Part Brands') @push('styles') @include('shared.garage-summary-ui-styles') @endpush @section('content')
Brands are used in Parts add/edit screens.
| Brand | Code | Sort | Parts | Status | Actions |
|---|---|---|---|---|---|
|
{{ $b->name }}
@if($b->notes)
{{ \Illuminate\Support\Str::limit($b->notes, 80) }}
@endif
|
{{ $b->code ?: '—' }} | {{ (int)($b->sort_order ?? 0) }} | {{ (int)($b->parts_count ?? 0) }} | @if($b->is_active) Active @else Inactive @endif | |
|
No part brands found.
|
|||||