@extends('layouts.admin')
@section('title')kardex Vendedor @stop
@section('titulo')KAREX DEL VENDEDOR @stop
@section('menu-kardex')active open @stop
{{--@section('libros-opcion')active @stop--}}
@section('acciones')
{{-- Nueva Remision--}}
@stop
@section('descripcion')
- Inicio
- Almacenes
- Kardex Vendedor
@stop
@section('content')
@if(count($datos)>0)
{{--
EXCEL --}}
{{--
PDF --}}
{{--
--}}
@endif
@if(!is_null($datos) && count($datos)>0)
@if(!$pasarcargos)
YA SE PASARON LOS CARGOS A {{\App\Helper\Helper::mes($mes+1)}}
@endif
@include('almacen.kardex.tabla-kardex')
@else
NO SE ENCONTRARON REGISTROS.
@endif
@section('scripts')
@stop
@endsection