@extends('adminlte::page') @section('content_header') @section('plugins.Datatables', true) @section('plugins.DateRangePicker', true) @section('plugins.jqueryValidation', true)

Deposito

@stop @section('content') @if(session()->has('success')) @endif @if(session()->has('danger')) @endif {{-- SM size with single date/time config --}} @php $config2 = [ "singleDatePicker" => true, "showDropdowns" => true, "startDate" => "js:moment()", "minYear" => 2000, "maxYear" => "js:parseInt(moment().format('YYYY'),10)", "timePicker" => false, "timePicker24Hour" => false, "timePickerSeconds" => false, "cancelButtonClasses" => "btn-danger", "locale" => ["format" => "DD-MM-YYYY"], ]; @endphp {{--Formulario de búsqueda--}}
@csrf
{{-- Setup data for datatables --}} @php $heads = [ '', 'Id', 'Tipo Botellón', 'Merma', 'Botellones Entregados', 'Botellones Recibidos', 'Valor Recarga', 'Total', 'Acción Realizada', 'Botellones no vendidos', 'Fecha de Registro', 'Fecha de Actualización', 'Actualizar' ]; $btnEdit = '