@extends('layouts.dashboard') @section('content')
@include('flash_msg')

@if(!empty($artics)) @foreach($artics as $key=>$value) @endforeach @if ($artics->count() == 0) @endif @endif
# IMAGE ARTICE NAME Action
{{ ++$key }} @if($value->image) @endif {{ $value->name }}
No child categories to display.
# Image Artice Name Action

Displaying {{$artics->count()}} of {{ $artics->total() }} child categories.

@endsection