@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