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