@extends('settings.layouts.app') @section('title', 'Publish') @section('content')

add New Dataset - Step 32

{{ csrf_field() }} @if(isset($dataset['TitleMain'])) @endif @if(isset($dataset['TitleAbstract'])) @endif {{-- --}}
Dataset Type: {{ $dataset['Type'] }}
Creating Corporation: {{ $dataset['CreatingCorporation'] or '' }}
Embargo Date: {{ $dataset['EmbargoDate'] or '' }}
Main Title:{{ $dataset['TitleMain']['Value'] }}
Main Abstract:{{ $dataset['TitleAbstract']['Value'] }}
Belongs To Bibliography: {{ isset($dataset['BelongsToBibliography']) ? 'Yes' : 'No' }}
Product Image: Product Image
Product Image: Product Image
@include('errors._errors') @stop