@extends('layouts.adminLayout.admin_design') @section('content')

Produkte

@if(Session::has('flash_message_error'))
{!! session('flash_message_error') !!}
@endif @if(Session::has('flash_message_success'))
{!! session('flash_message_success') !!}
@endif

Attribute hinzufügen
{{ csrf_field() }}
Add
Attribute
{{ csrf_field() }} @foreach($productDetails->attributes as $attribute) @endforeach
Attribute ID SKU Stock Aktionen
{{ $attribute->id }} {{ $attribute->sku }} Löschen
@endsection