@foreach ($rotation_plans as $index => $rotation_plan) @endforeach
# Id Nombre No. de revisión Contrato asignado Código Fecha de inicio Fecha de fin Fecha de autorización {{ __('buttons.actions') }}
{{ ++$index }} {{ $rotation_plan->id }} {{ $rotation_plan->name }} {{ $rotation_plan->no_review }} Contrato [{{ $rotation_plan->contract->id }}] {{ $rotation_plan->customer->name }} {{ $rotation_plan->code }} {{ $rotation_plan->contract->startdate }} {{ $rotation_plan->contract->enddate }} {{ $rotation_plan->authorizated_at }} @can('write_order') {{ __('buttons.file') }} {{ __('buttons.edit') }} {{ __('buttons.delete') }} @endcan