@if($storeSupplierPayment === 'Y')

General Store Supplier Payment

@else

Pharmacy Supplier Payment

@endif
@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() }}