@extends('layouts.sidebar') @section('title', 'Nomadic-CMS') @section('content')
| ID | Version | Content | Created Date | Action |
|---|---|---|---|---|
| {{ $policy->id }} | {{ $policy->version ?? '-' }} | {{ \Illuminate\Support\Str::limit(strip_tags($policy->content), 80) }} | {{ $policy->created_at ? date('Y-m-d H:i', strtotime($policy->created_at)) : '-' }} | @if($policy->id === $latestId) @else Locked @endif |