@extends('layouts.admin') @section('content')
@lang('messages.Create Industry')
{!! Form::open(['class' => 'form-horizontal', 'id' => 'industry_form', 'files' => true]) !!}
{!! Form::text('name_en', '', ['id' => 'name_en', 'class' => 'form-control', 'placeholder' => 'Industry name here...', 'maxlength'=>'250']) !!}
{!! Form::close() !!}
@endsection