@extends('layouts/contentLayoutMaster') @section('title', 'Upload Candidate') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content')
{{ csrf_field() }}
Download Sample file

Fields ID Reference Section

Locations :

@if(isset($locations)) @else

No locations found.

@endif

Plans :

@if(isset($plans)) @else

No locations found.

@endif

Document Types :

@if($documenttypes->count() > 0) @else

No Document types found.

@endif

Employee Types :

@if($employeetypes->count() > 0) @else

No employee types found.

@endif

Do's And Don't's of Bulk Data Upload

Columns Remarks
Plan Id, Candidate Type, Document Type, Location Id Only the numeric id of should be filled in these columns. Filling them with names will result in upload failure. Also make sure you fill the correct id for these columns or it might lead to upload failure or data corruption.
Document No, Mobile No, Aadhar No, Official mobile number Make sure these columns are'nt filled in scientific format like, 1.23E+11. It should be in numerical format like "12345678912"
Type This column can only contain two values, "PRE" and "POST".
Address Make sure that columns that have to be filled with address doesn't contain any newline character. That is the address should be in one line or else data will not be uploaded.
@endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection