@extends('AdminLte.template') @section('title') Store Stock Statement Report @endsection @section('ExternalCss') @parent @endsection @section('Content')

{{Config::get('store_constants.reports.STORE_STOCK_STATEMENT')}} @if($productRequestedBy == 'Y') -- Requested By @endif


{{ Form::open(['action' => 'StoreStatementReportController@storeStockStatementData','autocomplete' => 'off','id' => 'storestockstat']) }}
:
:
:
:
:
@if($productRequestedBy == 'Y')
:
@endif

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