@extends('front.layout') @section('header')

Upload Contacts

@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