<%= call_hook :customer_actions_top, { customer: @customer } %> <%= link_to t(:label_create_estimate), "https://qbo.intuit.com/app/estimate?nameId=#{@customer.id}", target: :_blank %>

<%= link_to t(:label_create_payment), "https://qbo.intuit.com/app/recvpayment?nameId=#{@customer.id}", target: :_blank %>

<%= call_hook :customer_actions_bottom, { customer: @customer } %> <%= button_to t(:label_edit_customer), edit_customer_path(@customer), method: :get%>