<%= t('menu.service_management') %>

Historico de Servicios

<%= I18n.t('service_orders.number') %> <%= I18n.t('service_orders.date') %> <%= I18n.t('service_orders.name') %> <%= I18n.t('service_orders.email') %> <%= I18n.t('service_orders.phone') %> <%= I18n.t('tables.actions') %>
{{ order_service.id }} {{ order_service.date | date:'medium' }} {{ order_service.client.name }} {{ order_service.client.last_name }} {{ order_service.client.user.email }} {{ order_service.client.phone }}
<%= render 'admin/index/confirm_service' %>