@extends('layouts/contentNavbarLayout') @section('title', 'Contents') @section('content')
Contents List
Create Content
@forelse ($contents as $content ) @empty @endforelse
Title Enabled Content Type Actions
{{ $content->title }} @if( $content->enabled == 1 )
Active
@else
Inactive
@endif
{{ $content->type_content }}
@endsection