{{ csrf_field() }} {{ method_field('PUT') }}
+
@foreach($people_involved as $key => $person_involved)
@if($key > 0) - @endif
Employee_ID != "other_name") style="display: none" @endif> Employee_ID == "other_name") value="{{ $person_involved->Person_Name }}" @endif>
@endforeach
+
@if(count($contacts_involved) > 0) @foreach($contacts_involved as $key => $contact_involved)
@if($key > 0) - @endif
@endforeach @else
@endif
@if(count($visit->crm_visit_attachments) > 0)
@endif
Keep CTRL key pressed to select multiple files
@foreach($objectives as $key => $objective)
@if($key > 0) - @endif
@endforeach
+
@foreach($actions as $key => $action)
Employee_ID != "otherEmail") style="display: none" @endif> Employee_ID == "otherEmail") value="{{ $action->Employee_Email }}" @endif>
@if($key > 0) - @endif
@endforeach
+
@foreach($distribution_emails as $key => $distribution)
@if($key > 0) - @endif
Employee_ID != "other_name") style="display: none" @endif> Employee_ID == "other_name") value="{{ $distribution->Email }}" @endif>
@endforeach