@extends($ajaxCall) @section("content") {{--{!! Form::open(["to"=>"bsp/index", "class"=>"form-horizontal", 'method'=>'post', 'files'=>true]) !!} {!!Form::file('excel_sheet')!!} {!! Form::submit('Upload to database') !!} {!! Form::close() !!}--}} @if (Session::has('message'))
{!! Session::get('message') !!}
@endif
{!! Form::open(["to"=>"bsp/index", "class"=>"form-horizontal form-inline", 'method'=>'post', 'files'=>true]) !!}
{{-- {!! Form::open(["to"=>"bsp/index", "class"=>"form-horizontal", 'method'=>'post', 'files'=>true]) !!} {!!Form::file('excel_sheet')!!} {!! Form::submit('Upload to database')!!} {!! Form::close() !!} --}} @stop @section("js_scripts") @stop