@extends('admin.layout') @section('main')

Import Field Person

{{ Form::open(['url' => '#', 'name' => 'validateForm', 'id' => 'validateForm', 'enctype' => 'multipart/form-data']) }}

(Max. size 15 MB per file ,accepted file type (i.e. please upload .xlsx, .xls))

{{ Form::close() }}

Instructions for Import Field Person:

Please Import with Position Code & Employee Code

Please ensure that you save and close the excel sheet in your computer before you upload the file

@endsection @section('scripts') @endsection