@extends('manage.layouts.app') @section('content')
@if ($categories->count() == 0) @endif @foreach ($categories as $category) @endforeach
Title status Actions
No record found!
{{$category->title}} @if ($category->status == 1) Published @else Draft @endif
@endsection