@extends('admin.layouts.masterlayout') @section('title') View Post @endsection @section('head_title') Post Management @endsection @section('content')
No media attached to this post.
@endforelse{{ $post->title ?? '-' }}
{{ $post->category->name ?? '-' }}
{{ $post->caption ?? '-' }}
{{ $post->address ?? '-' }}
{{ $post->visibility ? 'Visible' : 'Hidden' }}
{{ $post->is_discover ? 'Yes' : 'No' }}
{{ $post->user->name ?? '-' }}
{{ $addedBy }}
{{ \Carbon\Carbon::parse($post->created_at)->format('d M Y') }}
No tagged users.
@endif{{ $post->likes_count ?? '0' }}
{{ $post->comments_count ?? '0' }}