@extends('layouts.admin') @section('title', 'Listado de Pedidos - Corpo Agrícola') @section('content')
@include('admin.partials.sidebar')
@include('admin.partials.topbar')
{{-- Encabezado --}}

shopping_bag Gestión de Pedidos

Supervisa todas las órdenes web, despachos y ventas físicas.

{{-- Botón para nueva venta manual (Módulo futuro) point_of_sale Nueva Venta Manual --}}
{{-- CONTROLES Y FILTROS --}}
{{-- Tabs de Estados --}}
{{-- Buscador --}}
search
{{-- CONTENEDOR DE LA TABLA AJAX --}}
@include('admin.pedidos.partials._table')
{{-- ========================================== --}} {{-- MODAL ESTADO LOGÍSTICO --}} {{-- ========================================== --}} {{-- ========================================== --}} {{-- MODAL VER DETALLE (ORDEN DE DESPACHO) --}} {{-- ========================================== --}} {{-- CONTENEDOR TOAST --}}
@push('scripts') @endpush @endsection