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

Content

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