@extends('layouts.admin') @section('title', $contract->exists ? 'Edit contract' : 'New contract') @section('content')

{{ $contract->exists ? 'Edit contract' : 'New contract' }}

Authorization Agreement — terms auto-fill from the template (same as legacy CCAF).

@csrf @if($contract->exists) @method('PUT') @endif @if(!$contract->exists)

@endif

Customer

@if($contract->exists && $contract->shopify_order_name)
@endif

Terms

Template from legacy CCAF (terms / termsnc). Placeholders are replaced automatically.

Cancel
@if(!empty($ccafTestMode))

En modo test, email/SMS se envían a {{ $ccafTestEmail }} / {{ $ccafTestPhone ?: 'TWILIO_DEBUG_TO' }}, no al cliente del formulario.

@endif
@endsection @push('scripts') @endpush