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

Edit Collection Role

BACK
{!! Form::model($collectionrole, ['method' => 'PATCH', 'route' => ['settings.collectionrole.update', $collectionrole->id], 'class' => 'pure-form pure-form-aligned']) !!}
{{ Form::label('name', 'collectionrole name') }} {{ Form::text('name', null, ['class' => 'form-control']) }} *
{{ Form::label('oai_name', 'name of oai set') }} {{ Form::text('oai_name', null, ['class' => 'form-control']) }} *
{{ Form::submit("Submit", ['class' => 'pure-button button-small']) }}
{!! Form::close() !!}
@endsection