@extends('layouts.admin') @section('title') Relacion obras vendidas @stop @section('titulo') RELACION OBRAS VENDIDAS @stop @section('descripcion') @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