@if ($errors->has('app_id'))
{{ $errors->first('app_id') }}
@endif
@if ($errors->has('app_secret'))
{{ $errors->first('app_secret') }}
@endif