@extends('superadmin.layouts.app') @section('content')

Newsfeeds

Post details
{{-- --}}
@foreach ($post->postFiles as $postFile)
@if($post->postedType == '1') @elseif($post->postedType == '2') @endif
@endforeach
@if ($post->promote_data != null)
@endif
@if($post->profilePic!=null) @else @php $firstChar = substr($post->name,0,1); @endphp
{{($firstChar==''?'C':$firstChar)}}
@endif
{{ $post->name }}

{{ $post->description }}

{{ $post->createdAt->diffForHumans() }}

{{-- Edit Content --}}

Delete Post

Get Notified User

Promote Post

@csrf

Time

OR

Reach

OR

Unique Reach

Cancel
@endsection @section('script') @endsection