@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.

PI Controls : User Permission

Below is a list of the individuals that have listed you as a principal investigator. When one of these individuals creates a post, you will be contacted for approval before it can be published on LabPair.com. If you don't want to be contacted each time a post requires approval and want to grant full posting permissions to someone from you lab, turn on the "auto-approve" button below.

Name

Role

Auto-Approve

@foreach ($autoApproveData as $val)
{{$val->user->full_name ?? ''}}
{{$val->user->position ?? ''}}
@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