Added new lines

This commit is contained in:
James Cole
2015-03-29 08:20:37 +02:00
parent eaa947894b
commit a97c267378
20 changed files with 20 additions and 20 deletions

View File

@@ -19,4 +19,4 @@
@include('form.feedback')
</div>
{!! Form::input('hidden','amount_currency_id',$defaultCurrency->id) !!}
</div>
</div>

View File

@@ -19,4 +19,4 @@
</div>
{!! Form::input('hidden','balance_currency_id',$defaultCurrency->id) !!}
</div>
</div>

View File

@@ -8,4 +8,4 @@
</div>
@include('form.feedback')
</div>
</div>
</div>

View File

@@ -4,4 +4,4 @@
{!! Form::input('date', $name, $value, $options) !!}
@include('form.feedback')
</div>
</div>
</div>

View File

@@ -1,4 +1,4 @@
@if($errors->has($name))
<span class="form-control-feedback"><i class="fa fa-fw fa-remove"></i></span>
<p class="text-danger">{{{$errors->first($name)}}}</p>
@endif
@endif

View File

@@ -6,4 +6,4 @@
@include('form.feedback')
</div>
</div>
</div>
</div>

View File

@@ -70,4 +70,4 @@
</div>
</div>
</div>
@endif
@endif

View File

@@ -5,4 +5,4 @@
@include('form.feedback')
</div>
</div>
</div>

View File

@@ -4,4 +4,4 @@
{!! Form::input('text', $name, $value, $options) !!}
@include('form.feedback')
</div>
</div>
</div>

View File

@@ -4,4 +4,4 @@
{!! Form::input('text', $name, $value, $options) !!}
@include('form.feedback')
</div>
</div>
</div>