@extends('admin.app') @section('content')

Filtre

@foreach($products as $product) @endforeach
Resim Kategori Stok Kodu Ürün Adı @if(!empty($filters['sdata']['name'])) @if($filters['sdata']['name'] == 'DESC') @else @endif @endif Stok Adedi @if(!empty($filters['sdata']['stock'])) @if($filters['sdata']['stock'] == 'DESC') @else @endif @endif Gram @if(!empty($filters['sdata']['buying_price'])) @if($filters['sdata']['buying_price'] == 'DESC') @else @endif @endif S.Fiyatı (KDV Dahil) Durum @if(!empty($filters['sdata']['status'])) @if($filters['sdata']['status'] == 'DESC') @else @endif @endif Aksiyon
avtar img holder
@foreach($product->categories as $k => $cat) {{$cat->name}}@if(array_key_last(json_decode(json_encode($product->categories),true)) !== $k) > @endif @endforeach {{$product->stock_code}} {{$product->name}} {{$product->stock}} {{number_format(round($product->buying_price,2),2)}} {{pricemio($product)['price']}} @if($product->status == 'active')@else @endif
{{$products->appends(request()->query())->render()}} Toplam: {{$products->total()}} Kayıt
@endsection @section('css') @endsection @section('js') @endsection