Admin Paneli

Tüm Ürünler @foreach($categories as $category) {{ $category }} @endforeach Yeni Ürün Ekle

{{ $selectedCategory ?? 'Tüm Ürünler' }}

@csrf
@foreach($products as $product) @endforeach
Ürün Fiyat 1 Fiyat 2 Fiyat 3 Fiyat 4 Fiyat 5 İşlemler
{{ $product->name }} {{ $product->price ? $product->price . '₺' : '-' }} {{ $product->price2 ? $product->price2 . '₺' : '-' }} {{ $product->price3 ? $product->price3 . '₺' : '-' }} {{ $product->price4 ? $product->price4 . '₺' : '-' }} {{ $product->price5 ? $product->price5 . '₺' : '-' }} Düzenle
@csrf @method('DELETE')
Çıkış Yap