@extends('layouts.admin') @section('content') @section('styles') @endsection
Trainee registration form
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf

Personal Information

@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('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') }}--}}

Professional Information

@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(!empty($traineeInfo->service_history)) @foreach(json_decode($traineeInfo->service_history) as $service) @endforeach @else @endif

@if(!empty($traineeInfo->promotion_history)) @foreach(json_decode($traineeInfo->promotion_history) as $promotion) @endforeach @else @endif

@if(!empty($traineeInfo->major_professional_trainings)) @foreach(json_decode($traineeInfo->major_professional_trainings) as $major) @endforeach @else @endif

Banking Information

@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

Qualification and Interest

@if(!empty($traineeInfo->educational_qualification)) @foreach(json_decode($traineeInfo->educational_qualification) as $education) @endforeach @else @endif
@if($errors->has('fields_of_interest'))
{{ $errors->first('fields_of_interest') }}
@endif



{{-- --}} {{-- {{ trans('cruds.traineeInfo.fields.willing_to_work_as_a_consultant_helper') }}--}}
@if($errors->has('additional_comment'))
{{ $errors->first('additional_comment') }}
@endif

Transport

{{-- --}} @if($errors->has('bpmi_bus_arrangements'))
{{ $errors->first('bpmi_bus_arrangements') }}
@endif {{-- {{ trans('cruds.traineeInfo.fields.bpmi_bus_arrangements_helper') }}--}}
@endsection @section('scripts') @endsection