@extends('AdminLte.template') @section('title') Product list with manufacturer @endsection @section('ExternalCss') @parent @endsection @section('Content')

Product list with manufacturer

{{ Form::open(['action' => 'RegisterReportController@prodListWithManufaDataReport','autocomplete' => 'off','id' => 'Item/dcTranOfConsItemsWithPoFilter']) }}
   

@if($type == 'P') @else @endif    



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