@extends('backend.superadmin.index') @section('body')

Categories

@if(session('success'))
@endif @if(session('error'))
@endif @if($errors->any())
@endif
@foreach($categories as $key=>$category) @endforeach
SN Category No. of Artile Front Display Action
{{++$key}} {{$category->name}} @if(count($category->articles)>0) {{count($category->articles)}} @else Not found !! @endif @if(count($category->article_sorts)>0)
{{csrf_field()}}
@else
{{csrf_field()}}
@endif
@endsection