@extends('Templates.PlantillaFull', ['PaginaTitulo' => 'Pago a repartidores', 'PaginaUrl' => 'pago-repartidores', 'Padre' => '1']) @section('Contenido') @slot('titulo')   

Pago a repartidores

@endslot @slot('idTabla', 'TablePagoRepartidor') @slot('classBuscador', 'd-none') @slot('btnAgregar')
@endslot {{-- @slot('filtros', [[0, 'Comercio']]) --}} {{-- @slot('leftElements') @endslot --}} @slot('rightElements')
@csrf
@endslot @slot('accionBuscar') {{-- onkeyup="if(event.keyCode == 13) MakeRequestData('{{ route('abrirComercios.buscar') }}', '#TablePagoRepartidor', 'POST', 2, '','', true, false, false, ['Palabra/' + $(this).val(), 'Filtro/0', 'SUCU_ID/' + $('#SUCU_ID').val()])" --}} @endslot @slot('header') No Delivery Total pedidos Total devengado Total descuentos Total a pagar Acciones @endslot @slot('body') @include('reportes.pago-repartidores.pago-repartidores-data') @endslot
@endsection @section('scripts') @endsection