@extends('template.home.index') @section('title', trans('pventa.pventas_title')) @section('style') @endsection @section('content')
{{-- @include('system.puntoVenta.ordenar.index') --}}
@if ($orderData->service!=null) @include('system.puntoVenta.pventas.panel.' . $orderData->service) @else @include('system.puntoVenta.pventas.panel.default') @endif
@csrf
@sidebar('ordenar.cambioEstadoPedido') @endsidebar {{-- Chat Domiciliario --}} @endsection @section('js') @endsection