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

Temel Bilgiler

is_fee_show == 1 ? "checked" : ""}}>

Medya

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

Ürün Detayı

Envanter

Kargo

Anasayfa Düzeninde

best_seller_is_view == 1 ? "checked" : ""}}>
@endsection @section('scripts') @endsection