{{ 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() !!}
{{ trans('labels.ChooseMainCategory') }}
{{ trans('labels.SubCategoryName') }} ({{ $languages->name }}).
{!! Form::file('newImage', array('id'=>'newImage')) !!}
{{ trans('labels.UploadSubCategoryImage') }}
{!! Form::file('newIcon', array('id'=>'newIcon')) !!}
{{ trans('labels.UploadSubCategoryIcon') }}