Blocked Products
{!! 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')
Block/unblock a list of products
{!! Form::open(['id' => 'upload_csv', 'files' => true, 'url' => url('product/import-blocked/')]) !!}
Download this sample spreadsheet and fill in the product information
{!! Form::label('csv_file','Choose CSV') !!}
{!! Form::file('csv_file') !!}
{!! Form::checkbox('unblock', '1') !!}
{!! Form::close() !!}
| Image |
Name |
Category |
Action |