@extends('layouts.admin') @section('title','Kategori') @section('content')

Kategori Artikel

@foreach($categories as $cat)@endforeach
KategoriArtikel
{{ $cat->name }}{{ $cat->articles_count }}@if($cat->articles_count===0)
@csrf @method('delete')
@endif

Tambah Kategori

@csrf
@endsection