@extends('layouts.horizontal-developer') @section('content')

Tambah Provider

Tambah provider baru

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif

Order API
@if ($errors->has('order_end_point')) {{ $errors->first('order_end_point') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('order_method')) {{ $errors->first('order_method') }} @endif
Parameter Parameter Type Value  
@if ($errors->has('order_key_value')) {{ $errors->first('order_key_value') }} @endif
Parameter Value  
@if ($errors->has('order_key_value')) {{ $errors->first('order_key_value') }} @endif

Validasi JSON disini: https://jsonlint.com/ @if ($errors->has('order_success_response')) {{ $errors->first('order_success_response') }} @endif
@if ($errors->has('order_id_key')) {{ $errors->first('order_id_key') }} @endif


Status API
@if ($errors->has('status_end_point')) {{ $errors->first('status_end_point') }} @endif
@if ($errors->has('status_method')) {{ $errors->first('status_method') }} @endif
Parameter Parameter Type Value  
@if ($errors->has('status_key_value')) {{ $errors->first('status_key_value') }} @endif
Parameter Value  
@if ($errors->has('order_key_value')) {{ $errors->first('order_key_value') }} @endif

Validasi JSON Disini: https://jsonlint.com/ @if ($errors->has('status_success_response')) {{ $errors->first('status_success_response') }} @endif
@if ($errors->has('start_counter_key')) {{ $errors->first('start_counter_key') }} @endif
@if ($errors->has('status_key_equal')) {{ $errors->first('status_key_equal') }} @endif
@if ($errors->has('remains_key')) {{ $errors->first('remains_key') }} @endif
@endsection @push('scripts') @endpush