Edit
{!! Form::open(['method' => 'DELETE','route' => ['business.destroy', $business->businessId],'style'=>'display:inline']) !!}
{!! Form::button('Delete', ['type' => 'submit','class'=>'btn btn-outline-danger ml-1']) !!}
{!! Form::close() !!}