@extends('layouts.container') @section('title', 'Content Management') @section('title_description', '') @section('css') @endsection @section('body-class', 'skin-blue') @section('content') @if (Session::has('message'))
{{ Session::get('message') }}
@endif
@foreach($content as $key => $value) @endforeach
Title Author Group Content - Category Created At - Updated At Status Action
{{ $value->title }}
{{ substr(strip_tags($value->description),0,100)."..." }}
{{ $value->group_content_name }} {{ $value->category_name }}
{{ $content->links() }}
@endsection @section('js') @endsection