@extends('superadmin.layouts.app') @section('content') Newsfeeds Post details {{-- @csrf --}} @csrf @if($post->profilePic!=null) @else @php $firstChar = substr($post->name,0,1); @endphp {{($firstChar==''?'C':$firstChar)}} @endif {{ $post->name }} {{ $post->description }} {{ $post->createdAt->diffForHumans() }} {{ $post->likes }} {{ $post->commentCount }} {{ $post->shareCount }} {{-- Save --}} Save @endsection @section('script') @endsection
{{ $post->createdAt->diffForHumans() }}