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

Filtre

@foreach($products as $product) @endforeach
Kategori Google Kategori Ürün Adı Durum
@foreach($product->categories as $k => $cat) {{$cat->name}}@if(array_key_last(json_decode(json_encode($product->categories),true)) !== $k) > @endif @endforeach {{$product->name}} @if($product->gm_status == 'active')@else @endif
{{$products->appends(request()->query())->render()}}
@endsection @section('css') @endsection @section('js') @endsection