@@ -184,7 +184,7 @@ |
||
| 184 | 184 | $attributes = array_merge($attributes, $this->attributes); |
| 185 | 185 | } |
| 186 | 186 | |
| 187 | - $attributes = collect($attributes)->map(function ($attribute, $name) { |
|
| 187 | + $attributes = collect($attributes)->map(function($attribute, $name) { |
|
| 188 | 188 | return "$name='$attribute'"; |
| 189 | 189 | })->implode(' '); |
| 190 | 190 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | @if($errors->hasBag('exception') && env('APP_DEBUG') == true) |
| 2 | - <?php $error = $errors->getBag('exception');?> |
|
| 2 | + <?php $error = $errors->getBag('exception'); ?> |
|
| 3 | 3 | <div class="alert alert-warning alert-dismissable"> |
| 4 | 4 | <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> |
| 5 | 5 | <h4> |