@if(Session::has('messa'))
@endif
{!! Form::open(['url' => '/admin/b2b-customer-update/'. $b2b->b2b_user_id ]) !!}
{!! Form::label('location_id','Branch affiliation') !!}
@if ($errors->has('location_id'))
{!! $errors->first('location_id') !!}
@endif
{!! Form::label('remarks','Remarks') !!}
{!! Form::text('remarks', $b2b->remarks, ['class' => 'form-control', 'placeholder' => 'Remarks', 'id' => 'remarks']) !!}
{!! Form::close() !!}