@extends('layouts.member-login') @section('title','Post Complete') @section('page_title','') @section('page_level_css') @endsection @section('content')
@include('member.include.user-info-box')
@csrf @isset($post->id) @endisset
@include('member.include.create-post-sidebar')

Post Complete

@include('member.include.post-title-topbar') @if(in_array($post->status, ['Approved', 'Pending']))

Congrats!

@if($post->status == 'Approved')

Your post is complete and has been published to the LabPair network

@elseif ($post->status == 'Pending')

Your post is complete and has been sent to your PI for approval.

@endif @if(\Auth::user()->role == 'General')

You can check the approval status and resend requests on the Post Approval Menu

@else

You can manage the approval status of this post and other posts under the Post Approval Menu

@endif
@endif

What would you like to do next?

Share my post via email

* Separate multiple email addresses with semicolons

@include('member.include.tooltip-modal-box') @endsection @section('page_level_js') @endsection @push('footerscript') @endpush