| # | Title | URL | Status | Last Modified | Action |
|---|---|---|---|---|---|
| #{{ $key + 1 }} | {{ $page->title }} | {{ page_url($page, false) }} | @if ($page->status) Active @else Inactive @endif | {{ $page->updated_at->diffForHumans() }} |
@extends('layouts.backend.app') @section('title','Pages') @section('content')
| # | Title | URL | Status | Last Modified | Action |
|---|---|---|---|---|---|
| #{{ $key + 1 }} | {{ $page->title }} | {{ page_url($page, false) }} | @if ($page->status) Active @else Inactive @endif | {{ $page->updated_at->diffForHumans() }} |