@extends('layouts.admin.app') @section('content')

Content Category

Add
@if(count($contentCategorys)>0) @foreach($contentCategorys as $contentCategory) @endforeach @else @endif
# Title Slug Short Description
{{$i++}} {{$contentCategory->title}} {{$contentCategory->slug}} {{$contentCategory->short_desc}}
Edit
No Details Available!!
@endsection