@extends('layouts.app') @section('title', 'Data Components') @section('sidebar')
@endsection @section('content')Kelola data komponen lain (Cleat, Support Drawer, dll)
Material: {{ $component->material }}
Harga per {{ $component->unit }}
Rp {{ number_format($component->price_per_unit, 0, ',', '.') }}
{{ Str::limit($component->description, 60) }}
@endif