@extends('admin.layout.index') @section('title', 'Ürün Düzenle') @section('content')
@csrf

Temel Bilgiler

Medya

@foreach(json_decode($data->images) as $key => $image)
@if(count(json_decode($data->images)) !== $key+1)
@endif
@endforeach

Ürün Detayı

Varyant

İSİM
SATIŞ FİYATI
İNDİRİMLİ FİYAT
STOK KODU
STOK DESİ
BARKOD
STOK ADEDİ

Henüz bir varyant eklemediniz.

@endsection @section('scripts') @endsection