@if(Session::has('message'))
@endif
{!! Form::open(['url' => '/admin/b2b-district-city-relation' ]) !!}
{!! Form::label('district_id','B2B District' ) !!}
{{-- Form::select('district_id', $districts , ['class' => 'form-control desktop_b_type_select2', 'placeholder' => 'B2B District', 'id' => 'district_id']) --}}
@if ($errors->has('district_id'))
{!! $errors->first('district_id') !!}
@endif
{!! Form::label('district_id','B2B Area' ) !!}
@if ($errors->has('city_id'))
{!! $errors->first('city_id') !!}
@endif
{!! Form::close() !!}