@extends('AdminLte.template')
@section('title')
Product Expiry Report
@endsection
@section('ExternalCss')
@parent
@endsection
@section('Content')
    Product Expiry Report
    {{ Form::open(['action' => 'RegisterReportController@productstockExp','autocomplete' => 'off','id' => 'productstockexp']) }}
    
        ✱
         
        
        
    
    
    
        
        
    
    
    
    
        
        
    
    
    
    
    {{ Form::close() }}
 
@endsection
@section('BootstrapModals')
@endsection
@section('ExternalJs')
@endsection