Upload Employee Excel
{!! Form::open([ 'url' => action('App\Http\Controllers\admin\EmployeeController@import'), 'method' => 'post', 'files' => true, 'id' => 'company_add_form', 'enctype' => 'multipart/form-data', ]) !!}
Cancel
{!! Form::close() !!}