@if(Session::has('message'))
@endif
{!! Form::open(['url' => '/admin/b2b-notification-information' ]) !!}
{!! Form::label('notify_text','B2B Notification' ) !!}
@if ($errors->has('notify_text'))
{!! $errors->first('notify_text') !!}
@endif
{!! Form::close() !!}