<%= I18n.t('activerecord.models.order_service') %>

<%= I18n.t('service_orders.name')%> <%= I18n.t('service_orders.last_name')%> <%= I18n.t('service_orders.email')%> <%= I18n.t('service_orders.phone')%> <%= I18n.t('tables.actions')%>
{{ order_service.name }} {{ order_service.last_name }} {{ order_service.email }} {{ order_service.phone }}
<%= render 'admin/service_orders/new_order_service' %> <%= render 'admin/service_orders/show_order_service' %>