@extends('layouts.admin')
@section('title') Relacion obras vendidas @stop
@section('titulo') RELACION OBRAS VENDIDAS @stop
@section('descripcion')
- Inicio
- Ventas
- Reportes
- RELACION OBRAS VENDIDAS
@stop
@section('content')
@if(count($datos)>0)
@endif
@if(count($datos)>0)
@include('ventas.reportes.relacion_vendidas.tabla')
@else
NO SE ENCONTRARON REGISTROS.
@endif
@section('scripts')
@stop
@endsection