@if(Session::has('message'))
@endif
{!! Form::open(['url' => '/admin/b2b-customer-category-update/'. $b2b->b2b_user_id ]) !!}
{!! Form::label('category','Category') !!}
@if ($errors->has('category'))
{!! $errors->first('category') !!}
@endif
{!! Form::close() !!}