@extends('layouts.app') @section('styles') @endsection @section('content')
| Name | Description | Notes | Status | Actions |
|---|---|---|---|---|
| {{ $accessory->name }} | {{ $accessory->description ? Str::limit($accessory->description, 40) : '-' }} | {{ $accessory->notes ? Str::limit($accessory->notes, 35) : '-' }} | @if($accessory->is_active) Active @else Inactive @endif |
No accessories found yet.
Create the first one now →