Product Catalog
{!! Form::select('category_id', $categories, null, ['class' => 'form-control category_id', 'style' => 'margin-left: 10px;', 'placeholder' => 'All Categories']) !!}
{!! Form::select('brand_id', $brands, null, ['class' => 'form-control brand_id', 'style' => 'margin-left: 10px;', 'placeholder' => 'All Brands']) !!}
@include('flash::message')