@extends('layouts.admin') @section('pageTitle') Best Insurance | Profile,Product,Industry Mapping @stop @section('content')

Add

{{Form::open(array('url' => '/account/industries/profile-industry-csv-mapping', 'method' => 'POST','files' => 'true'))}}
{{Form::label('profile',array())}} {{Form::select('profile_id',$profArray,null,array('id' => 'profile','class' =>'form-control'))}}
{{Form::label('product',array())}} {{Form::select('product_id',$prodArray,null,array('id' => 'product','class' =>'form-control'))}}

{{Form::file('csv')}}
{{Form::submit('Submit',array('class' => 'btn btn-success','id' => 'submit'))}}
{{Form::close()}}
@stop @section('pageBottomJs') @stop