@extends('layouts.app') @section('title', 'Policies') @section('content') @include('partials.flash')
| Policy | Version | Status | Acknowledged | Actions |
|---|---|---|---|---|
|
policy
{{ $policy->title }} @if($policy->requires_acknowledgment)Requires acknowledgment @endif |
v{{ $policy->version }} | @if($policy->published_at) Published @else Draft @endif | {{ $policy->acknowledged_count }} |
@if($policy->file_path)
visibility
@endif
edit
|
| No policies yet. Add one. | ||||