@if($contract->status != 'Expired')
{{-- notifiable users --}}
@if ($contract->status != 'Terminated')
@endif
@else
Contract is Expired
You can only manage active contracts.
@endif
@push('scripts')
{{$dataTable->scripts(null, ['nonce' => csp_nonce()])}}
@endpush