@extends('layouts.app') @section('content')
Specifications: {{ $product->name }}

@if(session('success')) @endif @if($specifications->isEmpty())
No specifications found

Add specifications to provide technical details for this product

Add First Specification
@else
count() > 0) id="bookings-table" @endif class="table table-bordered align-middle text-center"> @foreach($specifications as $specification) @endforeach
# Attribute Name Product Value Unit Actions
{{ $loop->iteration }} {{ $specification->attribute_name }} {{ $specification->product->name }} {{ $specification->value }} @if($specification->unit) {{ $specification->unit }} @else - @endif
@csrf @method('DELETE')
{{--
Total {{ $specifications->count() }} specifications for this product
--}} @endif
@endsection @push('script') @endpush