@extends('layouts.app') @section('content') {{-- @dump($data) --}}
Programaciones
Orden # {{ $data->orden_producto_numero }}
@if ($data->orden_producto_estado == 5) Agregar productos @endif

Cobros

Pagos

@if ($data->orden_producto_estado == 5) @endif
@if (auth()->user()->hasPermissionTo('indexServicio-programacion'))
@endif
@if (auth()->user()->hasPermissionTo('create-ajaxOrden-producto-adjunto')) Agregar Adjunto @endif
@if (auth()->user()->hasPermissionTo('indexServicio-combo'))
@if ($data->orden_producto_estado == 5) Agregar Paquetes @endif
@endif
@endsection @section('script') @endsection