@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)
|
{{ $value->name }} | |||
No child categories to display. | |||||
# | Image | Artice Name | Action |
Displaying {{$artics->count()}} of {{ $artics->total() }} child categories.
{{ $child_categories->appends(request()->all())->links() }}
--}}