@php $question_ids = []; $i = 0; function getOptions($id, $answers) { foreach ($answers as $answer) { if ($answer['id'] == $id) { return $answer['options']; } } return []; } @endphp
@csrf
Orden de servicio
@can('write_order') {{ __('buttons.edit') }} orden @endcan
@php $signature = strpos($order->customer_signature, 'data:image') === 0 ? $order->customer_signature : 'data:image/png;base64,' . $order->customer_signature; @endphp
img_firma
Cliente
@can('write_customer') {{ __('buttons.edit') }} cliente @endcan

@include('report.create.services')

@include('report.create.devices')

@include('report.create.products')

@include('report.create.pests')

@include('report.create.notes')

@include('report.create.recommendations')
@include('report.create.modals.autoreview') @include('report.create.modals.signature') @include('report.create.modals.product') @include('report.create.modals.review') @include('report.create.modals.add-pests') @include('report.create.modals.add-products') {{-- @include('report.create.modals.device') --}}