general classes updated for blades

This commit is contained in:
batuhanbas
2020-01-21 18:13:29 +03:00
parent 650f7f1273
commit ca57a14079
25 changed files with 151 additions and 182 deletions

View File

@ -17,7 +17,7 @@
<div class="card-body">
<div class="row">
{{ Form::textGroup('name', trans('general.name'), 'building') }}
{{ Form::textGroup('name', trans('general.name'), 'font') }}
{{ Form::emailGroup('email', trans('general.email'), 'envelope') }}