@extends("layouts.app") @section("content")

Garment Add-on Details

{{ $garmentAddon->name }}

Consumption: {{ $garmentAddon->consumption }} {{ $garmentAddon->unit }}

Garment Type: {{ $garmentAddon->garment_type }}

Description: {{ $garmentAddon->description }}

Status: {{ $garmentAddon->is_active ? "Active" : "Inactive" }}

id) }}" class="btn btn-warning">Edit Back to List
@endsection