@extends('admin.layouts.home') @section('title', 'Page Details') @section('styles') @endsection @section('content')
{{ $page->location }}
@endif @if($page->website) @endif @if($page->phone){{ $page->phone }}
@endif @if($page->email){{ $page->email }}
@endif @if(!$page->location && !$page->website && !$page->phone && !$page->email)No contact information available
@endif{{ $page->description }}
Category: @if($page->category) {{ $page->category->name }} @else Uncategorized @endif
Created: {{ $page->created_at->format('M d, Y') }}
Last Updated: {{ $page->updated_at->format('M d, Y') }}
Creator: @if($page->creator) {{ $page->creator->name }} @else Unknown @endif
No likes yet.
@else| User | Date |
|---|---|
|
@if($like->user->profile_photo)
{{ strtoupper(substr($like->user->name, 0, 1)) }}
@endif
{{ $like->user->name }}
{{ $like->user->email }}
|
{{ $like->created_at->format('M d, Y H:i') }} |
Showing {{ count($recentLikes) }} of {{ $likeCount }} likes
Recent posts will be displayed here.