@extends('layouts.admin') @section('title') cargos Vendedor @stop @section('titulo') CARGOS DE VENDEDOR @stop {{--@section('libros-opcion')active @stop--}} @section('acciones') {{-- Nueva Remision--}} @stop @section('descripcion') @stop @section('content')
@include('includes.form-periodo')
{{--
--}} {{--
--}}
@if(count($datos)>0)
EXCEL PDF
@endif
@if(count($datos)>0) @include('almacen.reportes.tabla-cargos') @else

NO SE ENCONTRARON REGISTROS.

@endif
@section('scripts') @stop @endsection