@extends('admin.layouts.home') @section('title', 'Page Statistics') @section('styles') @endsection @section('content')
| Page Name | Category | Likes | Posts | Created | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $page->page_title }} | @if($page->category) {{ $page->category->name }} @else Uncategorized @endif | {{ $page->likes_count }} | {{ $page->posts_count }} | {{ $page->created_at->format('M d, Y') }} | @if($page->active) Active @else Inactive @endif @if($page->featured) Featured @endif |