@extends('adtrpanel.layouts.master') @section('title','Kategoriler') @section('content') @include('adtrpanel.partials.header') Kategoriler Yeni Kategori Ekle Kategoriler Kategorideki Makale Sayısı {{ trans('admin.actions') }} @if (count($categories) > 0 ) @foreach($categories as $category) {{$category->category_name}} Sil Düzenle Görüntüle @endforeach @endif @endsection @section('css') @endsection @section('js') @endsection