@extends('backend.layouts.main') @section('title', 'MLI ATS | Activity') @section('content')
@include('backend.share.title', ['title' => 'Manage Activity'])
@include('backend.project.items.edit-header', ['active' => 'disclosures'])

Basic Disclosures

@include('backend.project.items.activity-basic-info')
For faculty participating in this activity

Complete the table below. For each individual, list the name of the individual, the individual's role (e.g., planner, chair, co-chair, presenter, etc.) in the activity, the name of the ACCME-defined ineligible company with which the individual has a relevant financial relationship (or if the individual has no relevant financial relationships), and the nature of that relationship. [JAC 12, SCS 2.1, 2.2,2.3]. ALL individuals should be listed in the DDF.

(Note: please ensure that when you are collectiong this information from individuals, that you are using the most current definitions of what constitutes a relevant financial relationship and ACCME-defined ineligible company).

@include('backend.project.items.edit-disclosures-form')

Attachments (2B)

@include('backend.project.items.single-attachment', [ 'project' => $project, 'single_attachment' => isset($attachments['attachment-2b']) ? $attachments['attachment-2b'] : null, 'type' => 'attachment-2b', 'update' => 'has_attachment_2b', ])
@include('backend.project.items.edit-sidebar')
@endsection