@extends('layouts.user') @section('title', 'Employee Import Settings') @section('content') @if(session('success'))
{{ session('success') }}
{{ session('error') }}
Import employees from CSV or Excel files with custom column mapping
Select your CSV or Excel file
Follow these steps
All fields you can import
Below are all available columns in the employee database. You can map your CSV columns to any of these fields during import.
@php $groupedColumns = collect($employeeColumns)->groupBy('category'); @endphp{{ $column['label'] }}
{{ $column['name'] }}
@if(isset($column['note']))
{{ $column['note'] }}
@endif