@extends('layouts.reportes')
@if($estilos)
@section('styles')
@include('includes.estilos-reportes')
@stop
@endif
@section('content')
@include('includes.logo',['width'=>100])
RELACION NOTAS DE DEVOLUCION AL 31/{{$mes}}/{{$anio}}
@include('almacen.devolucion.tabla-relacion')
@stop