@extends('user.layouts.index') @section('default')

Get your company on the path of sucess

Statagize, Organize, Catagoriez

{!! Form::open(['id'=>'my_form','method' => 'POST', 'route' => ['searchBusiness' ], 'files'=>true]) !!}
{!!Form::submit('Search',['class'=>'btn btn-primary btnSearch'])!!}
{!!Form::close()!!}
@endsection