@extends('layouts.app')
@section('title', $menuLabel.' - PC Forms')
@push('stylesheets')
@include('partials.filter-card-styles')
{{-- Same popup stack as PC Forms listing / Schemes / PCN indexes --}}
@include('pc-forms.partials.details-modal-styles')
@include('schemes.partials.project-details-modal-styles')
@include('project-concept-notes.partials.show-modal-styles')
@include('partials.pc-type-selection-modal-styles')
@endpush
@section('contents')
{{-- Modal shells in content (same as pc-forms/index + schemes/index + pcn/index) --}}
@include('pc-forms.partials.details-modal-shell')
@if(can_any_visit_plan('add'))
@endif
@if(can('pc-forms', 'add'))
Generate PC
@endif
@if(can('meeting_workspace', 'add'))
Schedule Meeting
@endif
@include('partials.pc-type-selection-modal')
@include('partials.pc-iii-sub-selection-modal')
@include('project-concept-notes.partials.details-modal')
@include('project-concept-notes.partials.forward-decline-modals')
@include('project-concept-notes.partials.send-for-comments-modals')
@endsection
@push('scripts')
@include('workflow.partials.note-sheet-scripts')
@include('pc-forms.partials.details-modal-scripts')
@include('meeting-workspace.partials.mws-schedule-meeting-type-picker-script')
@include('project-concept-notes.partials.show-modal-scripts')
@include('project-concept-notes.partials.pcn-reviewer-signature-scripts')
@endpush