@extends('agency.layouts.app') @section('title', 'Sözleşme Yönetimi') @push('styles') @endpush @section('content')
Ayarlara Dön

Sözleşme Yönetimi

Acentenizin internet sitesinde yayınlanacak yasal sözleşmeleri ve politikaları yönetin.

Toplam Sözleşme {{ $stats['total'] }}
Aktif Sözleşme {{ $stats['active'] }}
@forelse($contracts as $contract)
@if($contract->logo) Logo @else
@endif
{{ 1 + $contract->translations_count }} Dil @if($contract->is_system) Sistem @else Özel @endif

{{ $contract->title }}

Slug: {{ $contract->slug }}

{{ strip_tags($contract->content) }}

is_active ? 'checked' : '' }} style="cursor: pointer; width: 1.8em; height: 1em;">
@if(!$contract->is_system) @endif
@empty
Henüz bir sözleşme oluşturulmamış. Yeni bir tane ekleyerek başlayın.
@endforelse
@endsection @push('scripts') @endpush