{{Form::open(['url'=>Helper::sectionURL($WebmasterSection->id,"",$WebmasterSection),'method'=>'GET','class'=>'form-search'])}}
{!! Form::text('search_word',@$search_word, array('placeholder' =>__('backend.search'),'class' => 'form-control mb-0','id'=>'search_word','required'=>'','maxlength'=>50,'autocomplete'=>'off')) !!}
{{Form::close()}}
@if(count($Categories)>0)