@if ($errors->any())
@endif
{{ csrf_field() }}

Kategoriler

@foreach($categories as $category)
@if($category->subs) @foreach($category->subs as $category_s)
@if($category_s->subs) @foreach($category_s->subs as $category_sb)
@if($category_sb->subs) @foreach($category_sb->subs as $category_sbs)
content
@endforeach @endif
@endforeach @endif
@endforeach @endif
@endforeach
@php $optcnt = 0; @endphp @if(!empty($product->options)) @foreach($product->options as $option) @php $optcnt += 1; @endphp @endforeach @endif
Seçenek Değer Stok Gerekli Fiyat Tipi Fiyat Öncelik
@foreach($user_groups as $ug)
@endforeach

Filtreler

@section('js') @endsection