initial commit
This commit is contained in:
commit
28301e4312
219 changed files with 23035 additions and 0 deletions
15
resources/views/lms/settings/fine/_form.blade.php
Executable file
15
resources/views/lms/settings/fine/_form.blade.php
Executable file
|
@ -0,0 +1,15 @@
|
|||
<div class="form-group">
|
||||
{!! Form::label('days', $daysLabel) !!}
|
||||
{!! Form::text('days', null, ['class' => 'form-control']) !!}
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
{!! Form::label('fines', $finesLabel) !!}
|
||||
{!! Form::text('fines', null, ['class' => 'form-control']) !!}
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
{!! Form::submit($submitButtonText, ['class' => 'btn btn-primary form-control']) !!}
|
||||
</div>
|
||||
|
||||
@include('errors._errors')
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue