Browse Source

Change html comment to php comment

pull/308/head
Chris 6 years ago
parent
commit
f7f4efadb7
  1. 4
      resources/views/settings/form.blade.php

4
resources/views/settings/form.blade.php

@ -8,10 +8,10 @@
</header> </header>
<div class="create"> <div class="create">
{!! csrf_field() !!} {!! csrf_field() !!}
<!--<div class="input"> <?php /*<div class="input">
<label>Application name</label> <label>Application name</label>
{!! Form::select('supported', \App\Item::supportedOptions(), array('placeholder' => 'Title','class' => 'form-control')) !!} {!! Form::select('supported', \App\Item::supportedOptions(), array('placeholder' => 'Title','class' => 'form-control')) !!}
</div>--> </div>*/ ?>
<div class="input"> <div class="input">
{!! $setting->edit_value !!} {!! $setting->edit_value !!}

Loading…
Cancel
Save