@extends('adtrpanel.layouts.master') @section('title','Kategoriler') @section('content') @include('adtrpanel.partials.header')

Kategoriler

@if (count($categories) > 0 ) @foreach($categories as $category) @endforeach @endif
Kategoriler Kategorideki Makale Sayısı {{ trans('admin.actions') }}
{{$category->category_name}}
@endsection @section('css') @endsection @section('js') @endsection