@extends("layouts.app") @section('title','处理工单') @section("content")
@can('订单管理-订单问题件生成') @endcan @can('订单管理-订单问题件生成') @endcan @can('订单管理-工单处理-审核') @endcan @can('订单管理-工单处理-审核') @endcan
{{ $workOrders->withQueryString()->links() }}
@can('订单管理-工单处理-审核') @include('order.workOrder._edit_issue_type') @endcan @include('order.workOrder._fill_loss_work_order') @include('order.workOrder._edit_process_log')
@endsection() @section("lastScript") @endsection