@extends('agency.layouts.app') @section('title', 'Ürün Kategorileri') @section('page_title', 'Ürün Kategorileri') @php $breadcrumbs = [ ['title' => 'Ana Sayfa', 'url' => route('agency.dashboard')], ['title' => 'Hizmet Türleri', 'url' => route('agency.product-types.index')], ['title' => 'Kategoriler', 'url' => ''] ]; @endphp @push('styles') @endpush @section('content')
Ürünlerinizi kategorilere ayırarak düzenleyin
{{ $category->short_description }}
@endif