{{ Str::limit($post->description, 100) }}
@endif@extends('admin.layouts.master') @section('title') Communities Manage @endsection @section('content')
No | Created By | Image | Date | Content | Engagement | Status | Actions |
---|---|---|---|---|---|---|---|
{{ $key + 1 }} |
@if($post->user->image ?? false)
{{ substr($post->user->name ?? 'N/A', 0, 1) }}
@endif
{{ $post->user->name ?? 'N/A' }}
|
@if($post->images->count() > 0) @else No Image @endif | {{ \Carbon\Carbon::parse($post->date)->format('d M Y') }} |
@if($post->description)
{{ Str::limit($post->description, 100) }} @endif |
{{ $post->reactions->count() }}
{{ $post->comments->count() }}
|
{{ $post->status == '0' ? 'Active' : 'Inactive' }} |
@can('community-edit')
@endcan
Details
|