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

Upload Route

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

Upload Excel sheet

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