contract framework
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
{!! Form::open(['action' => 'ContractAdminController@storeNewContract', 'method' => 'POST']) !!}
|
||||
<div class="form-group">
|
||||
{{ Form::label('name', 'Contract Name') }}
|
||||
{{ Form::text('name', '', ['class' => 'form-control', 'placeholder' => '1.0B']) }}
|
||||
{{ Form::text('name', '', ['class' => 'form-control', 'placeholder' => 'Some Name']) }}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
{{ Form::label('description', 'Description') }}
|
||||
|
||||
Reference in New Issue
Block a user