@extends('default.layout') @section('content')

{{{ isset($config) ? "Editar": "Cadastrar" }}} Configuração da Nuvem Shop

@csrf
@if($errors->has('client_id'))
{{ $errors->first('client_id') }}
@endif

Exemplo 5004

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

Exemplo iL8mfw69yXb02s6WP8iyX5VLTzO3Pvqt1s26KNwrDoDQtPyF

@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@section('javascript') @endsection @endsection