{{ trans('labels.AddSubCategories') }}
@if (count($errors) > 0) @if($errors->any())
{{$errors->first()}}
@endif
@endif
{!! Form::open(array('url' =>'admin/addNewSubCategory', 'method'=>'post', 'class' => 'form-horizontal form-validate', 'enctype'=>'multipart/form-data')) !!}
@foreach($result['languages'] as $languages)
@endforeach
{!! Form::close() !!}
{!! Form::file('newImage', array('id'=>'newImage')) !!}
{{ trans('labels.UploadSubCategoryImage') }}