@extends('AdminLte.template') @section('title') {{__('Product List Report')}} @endsection @section('ExternalCss') @parent @endsection @section('Content')

{{__(Config::get('store_constants.reports.STORE_PRODUCT_LIST'))}}

{{ Form::open(['action' => 'StoreRegisterReportController@storeProductList','autocomplete' => 'off','id' => 'storeproductlist']) }}


{{ Form::close() }}
@endsection @section('BootstrapModals') @endsection