@extends('layouts.frontend') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.agent.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.agent.fields.name_helper') }}
@if($errors->has('ic_number'))
{{ $errors->first('ic_number') }}
@endif {{ trans('cruds.agent.fields.ic_number_helper') }}
@if($errors->has('address'))
{{ $errors->first('address') }}
@endif {{ trans('cruds.agent.fields.address_helper') }}
@if($errors->has('gender'))
{{ $errors->first('gender') }}
@endif {{ trans('cruds.agent.fields.gender_helper') }}
@if($errors->has('civil_status'))
{{ $errors->first('civil_status') }}
@endif {{ trans('cruds.agent.fields.civil_status_helper') }}
@if($errors->has('contact_number'))
{{ $errors->first('contact_number') }}
@endif {{ trans('cruds.agent.fields.contact_number_helper') }}
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif {{ trans('cruds.agent.fields.email_helper') }}
@if($errors->has('education_level'))
{{ $errors->first('education_level') }}
@endif {{ trans('cruds.agent.fields.education_level_helper') }}
@if($errors->has('area_cities_cover'))
{{ $errors->first('area_cities_cover') }}
@endif {{ trans('cruds.agent.fields.area_cities_cover_helper') }}
@if($errors->has('answer_question_1'))
{{ $errors->first('answer_question_1') }}
@endif {{ trans('cruds.agent.fields.answer_question_1_helper') }}
@if($errors->has('upload_ic'))
{{ $errors->first('upload_ic') }}
@endif {{ trans('cruds.agent.fields.upload_ic_helper') }}
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif {{ trans('cruds.agent.fields.status_helper') }}
@if($errors->has('password'))
{{ $errors->first('password') }}
@endif {{ trans('cruds.agent.fields.password_helper') }}
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('roles'))
{{ $errors->first('roles') }}
@endif {{ trans('cruds.agent.fields.roles_helper') }}
@endsection @section('scripts') @endsection