@extends('admin.layout') @section('content')
{{ $errors->first('client_id') }}
{{ $errors->first('client_secret') }}
{{ $errors->first('key') }}
{{ $errors->first('secret') }}
{{ $errors->first('merchant') }}
{{ $errors->first('website') }}
{{ $errors->first('industry') }}
{{ $errors->first('token') }}
{{ $errors->first('public_key') }}
{{ $errors->first('secret_key') }}
{{ $errors->first('login_id') }}
{{ $errors->first('transaction_key') }}