{!! Form::text('phone', $WebmasterSetting->phone, [
'placeholder' => '',
'class' => 'form-control',
'id' => 'phone',
]) !!}
{!! Form::text('email', $WebmasterSetting->email, ['id' => 'email', 'class' => 'form-control']) !!} @if ($errors->has('email'))
{{ $errors->first('email') }}
@endif