@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.affiliate.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('type'))
{{ $errors->first('type') }}
@endif {{ trans('cruds.affiliate.fields.type_helper') }}
@if($errors->has('disbursement_type'))
{{ $errors->first('disbursement_type') }}
@endif {{ trans('cruds.affiliate.fields.disbursement_type_helper') }}
@if($errors->has('code'))
{{ $errors->first('code') }}
@endif {{ trans('cruds.affiliate.fields.code_helper') }}
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.affiliate.fields.name_helper') }}
@if($errors->has('pic_name'))
{{ $errors->first('pic_name') }}
@endif {{ trans('cruds.affiliate.fields.pic_name_helper') }}
@if($errors->has('city'))
{{ $errors->first('city') }}
@endif {{ trans('cruds.affiliate.fields.city_helper') }}
@if($errors->has('phone_number'))
{{ $errors->first('phone_number') }}
@endif {{ trans('cruds.affiliate.fields.phone_number_helper') }}
@if($errors->has('pin'))
{{ $errors->first('pin') }}
@endif {{ trans('cruds.affiliate.fields.pin_helper') }}
@if($errors->has('level'))
{{ $errors->first('level') }}
@endif {{ trans('cruds.affiliate.fields.level_helper') }}
@if($errors->has('balance'))
{{ $errors->first('balance') }}
@endif {{ trans('cruds.affiliate.fields.balance_helper') }}
@if($errors->has('fee'))
{{ $errors->first('fee') }}
@endif {{ trans('cruds.affiliate.fields.fee_helper') }}
@if($errors->has('fee_type'))
{{ $errors->first('fee_type') }}
@endif {{ trans('cruds.affiliate.fields.fee_type_helper') }}
@if($errors->has('attributes'))
{{ $errors->first('attributes') }}
@endif {{ trans('cruds.affiliate.fields.attributes_helper') }}
@if($errors->has('lat'))
{{ $errors->first('lat') }}
@endif {{ trans('cruds.affiliate.fields.lat_helper') }}
@if($errors->has('long'))
{{ $errors->first('long') }}
@endif {{ trans('cruds.affiliate.fields.long_helper') }}
@if($errors->has('reference'))
{{ $errors->first('reference') }}
@endif {{ trans('cruds.affiliate.fields.reference_helper') }}
@endsection