@extends('portal.layout.app') @section('content')
Org & Emp / Company Setup / Organization Structure / Employee Onboarding Utility
@if ($data['success'])

{{$data['success']}}

@endif @if ($data['updated'])

{{$data['updated']}}

@endif @if ($data['warning'])

{{$data['warning']}}

@endif @if ($data['error'])

{{$data['error']}}

@endif
Employee Onboarding Utility
@csrf
Select File
Download Template Version 1.3 | Headers 265
@section('scripts') @endsection @stop