@extends('layouts.member-login') @section('title','A Reaction, Process, or Computational Model') @section('page_title','A Reaction, Process, or Computational Model') @section('page_level_css') @endsection @section('content')
@include('member.include.user-info-box')
@csrf @isset($post->id) @endisset @php $magicBoxLength = 25 @endphp
@include('member.include.create-post-sidebar')

{{$postTopbarTitle ?? 'Create Data Post [Human Samples]'}}

@include('member.include.post-title-topbar')
    @foreach($reactionOrigins as $kOne => $reactionOrigin)
  • @if($reactionOrigin->is_other == 'Yes')
    @endif
  • @endforeach
@endsection @section('page_level_js') @endsection @push('footerscript') @endpush