@extends('layouts.admin') @section('title', 'Spesifikasi: '.$product->name_id) @push('breadcrumb') @endpush @section('content')

{{ $product->name_id }}

Spesifikasi Teknis
@csrf
@foreach($specs as $spec) @endforeach @if($specs->isEmpty()) @endif
GroupLabel (ID)Label (EN)NilaiUnitAksi
{{ $spec->spec_group }} {{ $spec->key_id }} {{ $spec->key_en }} {{ $spec->value }} {{ $spec->unit }}
@csrf @method('DELETE')
Belum ada spesifikasi.
← Kembali @endsection