@extends('layouts.master') @section('header') @include('layouts.partials.header') @endsection @section('navbar') @include('layouts.partials.nav') @endsection @section('sidebar') @include('layouts.partials.sidebar') @endsection @section('content')
{{$item->title}}
{{$item->body}}
@else{{$item->group_names}}
{{date("d/m/Y",strtotime($item->created_at))}}