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

Upload Companies

@endsection @section('content') @include('front.wizard_step1')
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('sessioncompany/step1'), 'method' => 'post','files'=>true)) !!}

Upload Excel sheet

{!! Form::close() !!}
@endsection @section('bootstrap-tour') @endsection