@extends('layouts.app') @section('styles') @endsection @section('content')

Edit Accessory

@if (session('success'))
✓ Success! {{ session('success') }}
@endif @if ($errors->any())
Please fix the following errors:
@endif
@csrf @method('PUT')
Give this accessory a clear, descriptive name
Optional description for reference
Additional product notes and specifications to display in quotations
Only active accessories can be linked to products
Cancel @csrf @method('DELETE')
@endsection