Close Deal
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@error('form.pipeline_stage_id')
{{ $message }}
@enderror
@if($form->pipeline_stage_id != null && count($stage_checklist_items) > 0)
@foreach($stage_checklist_items as $item)
@error('stage_checklist.'.$loop->index)
{{ $message }}
@enderror @endforeach
@endif @if($current_stage && $current_stage->generate_document)

This deal stage requires a document to be generated from templates.

@error('form.template_id')
{{ $message }}
@enderror
@endif
{{--@if($pipeline_stage_update) @elseif($generate_document) @if($deal->contract_id) @else @endif @endif--}}