@extends('layouts.reportes') @if($estilos) @section('styles') @include('includes.estilos-reportes') @stop @endif @section('content')

RELACION DE OBRAS VENDIDAS

Periodo: {{$periodo}}

@include('ventas.reportes.relacion_vendidas.tabla') @stop