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

Upload Contacts

@endsection @section('content') @include('front.wizard_step2') @include('front.contact.discard')
{!! Form::open(array('url' => url('sessioncontact/step2'), 'method' => 'post','files'=>true,'id'=> 'contact')) !!}

Mapping the fields

@foreach($database_field as $key=>$field) @endforeach
Database Fields Select Excel Sheet Fields
{{$field}}
{!! Form::close() !!}
@endsection @section('after_scripts') @endsection @section('custom_scripts')