@extends('layouts.member-login') @section('title','Post Approval Listing') @section('page_title','') @section('page_level_css') @endsection @section('content')
@include('member.include.user-info-box')
@include('member.include.post-approval-sidebar')

Post Approval

Use the post approval menu to manage PI approvals and post visibility. As a PI, you can approve each post individually or give certain laboratory members auto-approve permission. As a lab employee, check the approval status or resend approval requests.

Auto-Approve Permissions

Below is a list of the auto-approval status settings for each principal investigator associated with your account. If your Pl would like to give you auto-approval permissions, they can do so in their member profile under "Post Approval." If auto-approve is turned on, your Pl's approval to publish posts is automatically granted.

Principal Investigator Name

Auto-Approve

@foreach ($autoApproveData as $val)
{{$val->pi->full_name}}
{{$val->auto_approve}}
@endforeach

PI Controls: User Permissions

Approval Pending

Date Submitted Last PI Email Author/PI Type Title Actions

Approval Posts Published

Date Posted Author/PI Type Title Actions

Declined Posts

Date Declined Author/PI Reason Type Title Actions

Archived Posts

Date Archived Author / PI Approval Status Type Title Actions
@endsection @section('page_level_js') @endsection @push('footerscript') @endpush