@extends('settings.layouts.app') @section('content')

DOI for published dataset

BACK
{!! Form::model($dataset, [ 'method' => 'POST', 'route' => ['publish.workflow.editor.doiStore', $dataset->publish_id], 'id' => 'doiForm', 'class' => 'pure-form', 'enctype' => 'multipart/form-data', 'v-on:submit.prevent' => 'checkForm']) !!}

Selected Dataset

{{ $dataset->id }} @foreach($dataset->titles as $title)
{{ $title->value }}
@endforeach
@foreach($dataset->persons as $author) {{ $author->full_name }} @endforeach
{{--
{!! Form::label('publisher_name', 'Publisher Name') !!} {!! Form::text('publisher_name', 'Geologische Bundesanstalt (GBA)', ['readonly', 'class' => 'pure-u-23-24', ]) !!}
--}}

Are you sure you want to make a DOI for the selected dataset?


{!! Form::close() !!}
@stop @section('after-scripts') @stop