@extends('adminlte::page') @section('title', 'Kategoriler') @section('css') @endsection @section('js') @endsection @section('content')

Kategori Listesi

@foreach ($categories as $category) @endforeach
Adı Url Açıklama parent_id İşlemler
{{ $category->name }} {{ $category->slug }} {{ $category->parent_id }} dk {{ $category->description }}
@csrf @method('DELETE')
@endsection