@extends('layouts.member-login') @section('title','Vectors & Plasmids') @section('page_title','') @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 [Vectors & Plasmids]'}}

@include('member.include.post-title-topbar')
    @foreach($characterizations as $kOne => $eOne) @if (count($eOne->sub) > 0)
  • @if($eOne->is_other == 'Yes')
    @endif
  • @foreach ($eOne->sub as $oTwo => $eTwo) @if (count($eTwo->sub) > 0)
  • @if($eTwo->is_other == 'Yes')
    @endif
  • @foreach ($eTwo->sub as $oThree => $eThree)
  • @if($eThree->is_other == 'Yes')
    @endif
  • @endforeach
    @else
  • @if($eTwo->is_other == 'Yes')
    @endif
  • @endif @endforeach
    @else
  • @if($eOne->is_other == 'Yes')
    @endif
  • @endif @endforeach @foreach($userCharacterizations as $kOne => $eOne)
  • @if($eOne->is_other == 'Yes')
    @endif
  • @endforeach
Drag & Drop file here
or
Browse File
Drag & Drop file here
or
Browse File
@endsection @section('page_level_js') @endsection @push('footerscript') @endpush