@extends('layouts.app') @section('title', 'Product') @section('extrastyles') @endsection @section('content')
Blocked Products
@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
@endsection @section('footer') @endsection