@lang('messages.Edit Industry')
{!!Form::open(array('class'=>'form-horizontal','id'=>'industry_form','files' => true));!!}
{!! Form::close(); !!}
{!! Form::text('name_en', @$industry->name_en, ['id' => 'name_en', 'class' => 'form-control',
'placeholder' => 'Industry name here...', 'maxlength'=>'250']) !!}
@if($industry->status == "1")
@else
@endif