@if(Session::has('message'))
@endif
{!! Form::open(['url' => '/admin/b2b-app-home-page-list-setting' ]) !!}
@csrf
{!! Form::label('is_item_type_or_brand','Setting' ) !!}
@if ($errors->has('is_item_type_or_brand'))
{!! $errors->first('is_item_type_or_brand') !!}
@endif
{!! Form::close() !!}