store update moon function
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
{{ Form::label('contact', 'Contact') }}
|
||||
{{ Form::text('contact', '', ['class' => 'form-control', 'placeholder' => 'Character']) }}
|
||||
</div>
|
||||
<div class="form-group col-md-6">
|
||||
{{ Form::label('contact_type', 'Contact Type') }}
|
||||
{{ Form::select('contact_type', ['Character' => 'Character', 'Corporation' => 'Corporation'], 'Character') }}
|
||||
</div>
|
||||
<div class="form-group col-md-6">
|
||||
{{ Form::label('rental_end', 'Rental End Date') }}
|
||||
{{ Form::date('rental_end', \Carbon\Carbon::now()->endOfMonth(), ['class' => 'form-control']) }}
|
||||
|
||||
Reference in New Issue
Block a user