Bootstrap4 :: Issues updated

This commit is contained in:
Sakthi002
2021-01-19 18:35:13 +05:30
committed by Manish Verma
parent 3d5d7a20bd
commit 335d216c27
9 changed files with 91 additions and 44 deletions

View File

@@ -75,14 +75,14 @@ class="nav-link active"
<div class="row">
<div class="col-md-6">
<div class="form-group {{ $errors->has('client_id') ? 'has-error' : '' }}">
{!! Form::label('client_id',Lang::get('lang.client_id')) !!}
{!! Form::label('client_id',Lang::get('lang.client_id')) !!}<spam class="help-block"> *</spam>
{!! Form::text('client_id',$social->getvalueByKey($provider,'client_id'),['class' => 'form-control']) !!}
{!! $errors->first('client_id', '<spam class="help-block">:message</spam>') !!}
</div>
</div>
<div class="col-md-6">
<div class="form-group {{ $errors->has('client_secret') ? 'has-error' : '' }}">
{!! Form::label('client_secret',Lang::get('lang.client_secret')) !!}
{!! Form::label('client_secret',Lang::get('lang.client_secret')) !!}<spam class="help-block"> *</spam>
{!! Form::text('client_secret',$social->getvalueByKey($provider,'client_secret'),['class' => 'form-control']) !!}
{!! $errors->first('client_secret', '<spam class="help-block">:message</spam>') !!}
</div>