@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.agentRejectListData.title_singular') }}
@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