{{Form::open(['route'=>['BannersStore'],'method'=>'POST', 'files' => true ])}}
{!! Form::hidden('section_id',$WebmasterBanner->id) !!}
@if(Helper::GeneralWebmasterSettings("ar_box_status"))
@endif
@if(Helper::GeneralWebmasterSettings("he_box_status"))
@endif
@if(Helper::GeneralWebmasterSettings("en_box_status"))
@endif
@if($WebmasterBanner->type==2)
@endif
@if($WebmasterBanner->type!=0)
@if($WebmasterBanner->type==1)
@else
@endif
@if(Helper::GeneralWebmasterSettings("ar_box_status"))
@endif
@if(Helper::GeneralWebmasterSettings("he_box_status"))
@endif
@if(Helper::GeneralWebmasterSettings("en_box_status"))
@endif
@endif
@if($WebmasterBanner->desc_status)
@if(Helper::GeneralWebmasterSettings("ar_box_status"))
@endif
@if(Helper::GeneralWebmasterSettings("he_box_status"))
@endif
@if(Helper::GeneralWebmasterSettings("en_box_status"))
@endif
@endif
@if($WebmasterBanner->link_status)
@endif
@if($WebmasterBanner->type==0)
@endif
@if($WebmasterBanner->icon_status)
@endif
{{Form::close()}}