@extends('panel.layouts.master') @section('content')

Ürün Kategorileri

@foreach ($product_categories as $key => $product_category) @endforeach
# Görsel Başlık İşlemler
{{ $product_category->title }} Düzenle
{!! $product_categories->withQueryString()->links('vendor.pagination.bootstrap-5') !!}
@endsection @push('javascript') @endpush @push('style') @endpush