Agreement Templates

View and manage your active service agreements and lease templates.

@can('owner-admin') New Version @endcan
@if($agreements && $agreements->count() > 0)
@foreach($agreements as $agreement) {{-- 1. 初始化 x-data,增加 currentVersion 和 currentContent --}}

{{ $agreement->title }}

{{-- 2. 版本切换器 --}}
Version: @foreach($agreement->allHistory as $history) @endforeach
Showing Content: Version
{{-- gap-1.5 控制文字与 checkbox 的整体距离 --}} Status:
{{ $agreement->user->name ?? 'Global System' }} Last Modified: {{ $agreement->updated_at->format('Y-m-d H:i') }}
@endforeach
{{ $agreements->links() }}
@else

No agreements available

Create your first legal template to protect your business.

@endif