@extends('layouts.app') @section('page-title', __('Edit Contract')) @section('page-heading', __('Edit Contract')) @section('breadcrumbs') @stop @section('styles') @parent @endsection @section('content') @include('partials.messages')
@csrf @method('PUT')
Specify the duration value based on the selected type (years, months, or days).
{{ $contract->active_for_onboarding ? 'Active for Onboarding' : 'Inactive for Onboarding' }}
Warning: Deactivating Contract

Deactivating this contract will:

  • Prevent new users from using this contract during onboarding
  • Mark existing contracts as inactive for all current users
  • Require manual reactivation to make it available again

Authority Details

@endsection @section('scripts') @parent @endsection