@extends('front.company.layout_main') @section('header')

Upload Companies

@endsection @section('content') @include('front.wizard_step1')
{!! Form::open(array('url' => url('sessioncontact/step1'), 'method' => 'post','files'=>true)) !!}

Upload Excel sheet

{!! Form::close() !!}
@endsection @section('cancel_import_scripts') @endsection