{{ (@$state) }}

{{ Form::open( [ 'method'=> 'POST', 'url' => route('centers.store.region'), 'id'=> 'regions_save', 'enctype' => 'multipart/form-data']) }} {{Form::hidden('region_id',@$region) }} {{Form::hidden('state_id',@$state_id) }}
{{ Form::text('search','',['class'=>'form-control', 'placeholder'=>'Search', 'onkeyup'=>'searchCenter('.$centers.','.$state_id.','.$region.')']) }}
No records found
@foreach($centers as $center)
@endforeach
{{Form::hidden('selected_city','',['id' => 'selected_city']) }}
{{ Form::close() }}
@if(count($centers) >= 1) @else @endif