<%= notice %>

<%= render @client %>
<%= link_to "Edit this client", edit_client_path(@client) %> | <%= link_to "Back to clients", clients_path %> <%= button_to "Destroy this client", @client, method: :delete %>