@extends('Admin.layout.master') @section('title','Admin | Ürün Özellikleri') @section('content')
@if(Session::has('flash_message_error'))
{!! session('flash_message_error') !!}
@endif @if(Session::has('flash_message_success'))
{!! session('flash_message_success') !!}
@endif
@csrf
@csrf @foreach($productDetails->attributes as $attribute) @endforeach
Özellik ID Beden Stok İşlemler
{{ $attribute->id }} {{ $attribute->size }} Özelliği Kaldır
@endsection