@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.traineeInfo.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif {{ trans('cruds.traineeInfo.fields.email_helper') }}
@if($errors->has('name_english'))
{{ $errors->first('name_english') }}
@endif {{ trans('cruds.traineeInfo.fields.name_english_helper') }}
@if($errors->has('designation'))
{{ $errors->first('designation') }}
@endif {{ trans('cruds.traineeInfo.fields.designation_helper') }}
@if($errors->has('other_designation'))
{{ $errors->first('other_designation') }}
@endif {{ trans('cruds.traineeInfo.fields.other_designation_helper') }}
@if($errors->has('organization'))
{{ $errors->first('organization') }}
@endif {{ trans('cruds.traineeInfo.fields.organization_helper') }}
@if($errors->has('mobile_no'))
{{ $errors->first('mobile_no') }}
@endif {{ trans('cruds.traineeInfo.fields.mobile_no_helper') }}
@if($errors->has('gmail_address'))
{{ $errors->first('gmail_address') }}
@endif {{ trans('cruds.traineeInfo.fields.gmail_address_helper') }}
@if($errors->has('other_email_address'))
{{ $errors->first('other_email_address') }}
@endif {{ trans('cruds.traineeInfo.fields.other_email_address_helper') }}
@if($errors->has('work_division'))
{{ $errors->first('work_division') }}
@endif {{ trans('cruds.traineeInfo.fields.work_division_helper') }}
@if($errors->has('office_name'))
{{ $errors->first('office_name') }}
@endif {{ trans('cruds.traineeInfo.fields.office_name_helper') }}
@if($errors->has('office_address'))
{{ $errors->first('office_address') }}
@endif {{ trans('cruds.traineeInfo.fields.office_address_helper') }}
@if($errors->has('organization_id_no'))
{{ $errors->first('organization_id_no') }}
@endif {{ trans('cruds.traineeInfo.fields.organization_id_no_helper') }}
@if($errors->has('entry_post'))
{{ $errors->first('entry_post') }}
@endif {{ trans('cruds.traineeInfo.fields.entry_post_helper') }}
@if($errors->has('present_job_description'))
{{ $errors->first('present_job_description') }}
@endif {{ trans('cruds.traineeInfo.fields.present_job_description_helper') }}
@if($errors->has('service_history'))
{{ $errors->first('service_history') }}
@endif {{ trans('cruds.traineeInfo.fields.service_history_helper') }}
@if($errors->has('promotion_history'))
{{ $errors->first('promotion_history') }}
@endif {{ trans('cruds.traineeInfo.fields.promotion_history_helper') }}
@if($errors->has('major_professional_trainings'))
{{ $errors->first('major_professional_trainings') }}
@endif {{ trans('cruds.traineeInfo.fields.major_professional_trainings_helper') }}
@if($errors->has('bank_account_name'))
{{ $errors->first('bank_account_name') }}
@endif {{ trans('cruds.traineeInfo.fields.bank_account_name_helper') }}
@if($errors->has('bank_name'))
{{ $errors->first('bank_name') }}
@endif {{ trans('cruds.traineeInfo.fields.bank_name_helper') }}
@if($errors->has('branch_name'))
{{ $errors->first('branch_name') }}
@endif {{ trans('cruds.traineeInfo.fields.branch_name_helper') }}
@if($errors->has('bank_account_no'))
{{ $errors->first('bank_account_no') }}
@endif {{ trans('cruds.traineeInfo.fields.bank_account_no_helper') }}
@if($errors->has('mobile_banking'))
{{ $errors->first('mobile_banking') }}
@endif {{ trans('cruds.traineeInfo.fields.mobile_banking_helper') }}
@if($errors->has('mobile_banking_no'))
{{ $errors->first('mobile_banking_no') }}
@endif {{ trans('cruds.traineeInfo.fields.mobile_banking_no_helper') }}
@if($errors->has('name_bangla'))
{{ $errors->first('name_bangla') }}
@endif {{ trans('cruds.traineeInfo.fields.name_bangla_helper') }}
@if($errors->has('fathers_name'))
{{ $errors->first('fathers_name') }}
@endif {{ trans('cruds.traineeInfo.fields.fathers_name_helper') }}
@if($errors->has('mothers_name'))
{{ $errors->first('mothers_name') }}
@endif {{ trans('cruds.traineeInfo.fields.mothers_name_helper') }}
@if($errors->has('national_id_no'))
{{ $errors->first('national_id_no') }}
@endif {{ trans('cruds.traineeInfo.fields.national_id_no_helper') }}
@if($errors->has('present_address'))
{{ $errors->first('present_address') }}
@endif {{ trans('cruds.traineeInfo.fields.present_address_helper') }}
@if($errors->has('home_district'))
{{ $errors->first('home_district') }}
@endif {{ trans('cruds.traineeInfo.fields.home_district_helper') }}
@if($errors->has('permanent_address'))
{{ $errors->first('permanent_address') }}
@endif {{ trans('cruds.traineeInfo.fields.permanent_address_helper') }}
@if($errors->has('religion'))
{{ $errors->first('religion') }}
@endif {{ trans('cruds.traineeInfo.fields.religion_helper') }}
@if($errors->has('educational_qualification'))
{{ $errors->first('educational_qualification') }}
@endif {{ trans('cruds.traineeInfo.fields.educational_qualification_helper') }}
@if($errors->has('fields_of_interest'))
{{ $errors->first('fields_of_interest') }}
@endif {{ trans('cruds.traineeInfo.fields.fields_of_interest_helper') }}
@if($errors->has('innovative_idea'))
{{ $errors->first('innovative_idea') }}
@endif {{ trans('cruds.traineeInfo.fields.innovative_idea_helper') }}
@if($errors->has('willing_to_work_as_a_trainer'))
{{ $errors->first('willing_to_work_as_a_trainer') }}
@endif {{ trans('cruds.traineeInfo.fields.willing_to_work_as_a_trainer_helper') }}
@if($errors->has('willing_to_work_as_a_consultant'))
{{ $errors->first('willing_to_work_as_a_consultant') }}
@endif {{ trans('cruds.traineeInfo.fields.willing_to_work_as_a_consultant_helper') }}
@if($errors->has('additional_comment'))
{{ $errors->first('additional_comment') }}
@endif {{ trans('cruds.traineeInfo.fields.additional_comment_helper') }}
@if($errors->has('bpmi_bus_arrangements'))
{{ $errors->first('bpmi_bus_arrangements') }}
@endif {{ trans('cruds.traineeInfo.fields.bpmi_bus_arrangements_helper') }}
@if($errors->has('other_method_to_go_to_payra'))
{{ $errors->first('other_method_to_go_to_payra') }}
@endif {{ trans('cruds.traineeInfo.fields.other_method_to_go_to_payra_helper') }}
@if($errors->has('user'))
{{ $errors->first('user') }}
@endif {{ trans('cruds.traineeInfo.fields.user_helper') }}
@endsection @section('scripts') @endsection