@extends('layouts.vertical') @section('css') @endsection @php $is_suggested = false; $is_update = false; if(isset($policy) && !empty($policy)){ $is_update = true; if(isset($policy->reference)){ $is_suggested = true; } } @endphp @section('breadcrumb')
When a policy is updated, all existing signatures will be deleted, and users will need to re-sign the updated policy if it's shared with them. Deleted signatures cannot be retrieved. We recommend downloading the policy that includes signatures before updating.
{!!$policy->suggestions!!}