@if($storeSupplierPayment === 'Y')
{{ Form::open(['action' => 'StoreItemController@GeneralStoreSupplierPayment','method' => 'GET','id' => 'PaymentForm','autocomplete' => 'off']) }}
@else
{{ Form::open(['action' => 'TransactionDashboardController@SupplierPayment','method' => 'GET' ,'id' => 'PaymentForm','autocomplete' => 'off']) }}
@endif
{{ Form::close() }}