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

Upload Route

@endsection @section('content') @include('front.wizard_step1-5')
Download Sample
This excel sheet is a sample only. Please replace the records with your own, while maintaing the format.
Note: Never ever modify the first row.
{!! Form::open(array('url' => url('sessionroute/step1'), 'method' => 'post','files'=>true)) !!}

Upload Excel sheet

{!! Form::close() !!}

Company Status

  1. Active
  2. Potential
  3. Idle
  4. Reject
  5. Unclassified
@endsection @section('bootstrap-tour') @endsection