@if (!empty($categories))

@lang('category.category')

@lang('lang_v1.all_category')

@foreach ($categories as $category) @if (!empty($category['sub_categories']))

{{ $category['name'] }}

@endif @endforeach @foreach ($categories as $category) @if (!empty($category['sub_categories'])) @endif @endforeach
@endif @if (!empty($brands))

@lang('brand.brands')

@foreach ($brands as $key => $brand)

{{ $brand }}

@endforeach
@endif
{!! Form::select( 'is_enabled_stock', ['' => __('messages.all'), 'product' => __('sale.product'), 'service' => __('lang_v1.service')], null, ['id' => 'is_enabled_stock', 'class' => 'select2', 'name' => null, 'style' => 'width:100% !important'], ) !!}