@extends('layouts.reportes')
@if($estilos)
@section('styles')
@include('includes.estilos-reportes')
@stop
@endif
@section('content')
@include('includes.logo',['width'=>150])
RESUMEN MOVIMIENTO DE VENDEDOR {{$mes}}/{{$anio}}
VENDEDOR : {{$vendedor->nombre_completo}}
@include('almacen.reportes.tabla-cargos')
@stop