@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.agentRejectListData.title_singular') }}
id) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('agent_id'))
{{ $errors->first('agent_id') }}
@endif {{ trans('cruds.agentRejectListData.fields.agent_id_helper') }}
@if($errors->has('remark'))
{{ $errors->first('remark') }}
@endif {{ trans('cruds.agentRejectListData.fields.remark_helper') }}
@endsection @section('scripts') @endsection