@extends('admin.layout.index') @section('title', 'Ürün Düzenle') @section('content') @csrf Temel Bilgiler Ürün Adı Medya Görsel Ekle @foreach(json_decode($data->images) as $key => $image) Görsel Sil @if(count(json_decode($data->images)) !== $key+1) @endif @endforeach Ürün Detayı Marka @foreach($brands as $brand) brand == $brand->id ? ' selected' : '' }}>{{ $brand->name }} @endforeach Kategori @foreach($categories as $category) id, json_decode($data->categories, false)) ? ' selected' : '' }}>{{$category['name']}} @endforeach Filtreler @foreach($filters as $filter) @foreach(json_decode($filter->fields) as $key => $field) id, $key]", json_decode($data->filters, false)) ? ' selected' : '' }}>{{ $filter->name }} → {{ $field }} @endforeach @endforeach Açıklama {!! $data->description !!} Kısa Açıklama {!! $data->short_description !!} Varyant Varyant Ekle İSİM SATIŞ FİYATI İNDİRİMLİ FİYAT STOK KODU STOK DESİ BARKOD STOK ADEDİ Henüz bir varyant eklemediniz. Sıfırla Kaydet @endsection @section('scripts') @endsection