@extends('layouts.member-login') @section('title','Methods') @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')

{{$postTopbarTitle ?? 'Create Data Post [Methods]'}}

@include('member.include.post-title-topbar')
Drag & Drop file here
or
Browse File

If there are key reagents, instruments, or products include links to them below.

@foreach ($PostKeyReagent as $val) @endforeach
@endsection @section('page_level_js') @endsection @push('footerscript') @endpush