{{ ++$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
|
@endforeach