@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.merchant.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('user'))
{{ $errors->first('user') }}
@endif {{ trans('cruds.merchant.fields.user_helper') }}
@if($errors->has('code'))
{{ $errors->first('code') }}
@endif {{ trans('cruds.merchant.fields.code_helper') }}
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.merchant.fields.name_helper') }}
@if($errors->has('secret'))
{{ $errors->first('secret') }}
@endif {{ trans('cruds.merchant.fields.secret_helper') }}
@if($errors->has('whitelist_ip'))
{{ $errors->first('whitelist_ip') }}
@endif {{ trans('cruds.merchant.fields.whitelist_ip_helper') }}
@if($errors->has('inform_url'))
{{ $errors->first('inform_url') }}
@endif {{ trans('cruds.merchant.fields.whitelist_ip_helper') }}
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif {{ trans('cruds.merchant.fields.status_helper') }}
@if($errors->has('atrributes'))
{{ $errors->first('atrributes') }}
@endif {{ trans('cruds.merchant.fields.atrributes_helper') }}
@endsection