@extends ('layouts.admin') @section ('contenido')
@include('inmobiliaria.ventas.search')
@foreach ($ventas as $ven) @include ('inmobiliaria.ventas.modal') @endforeach
Id Tipo Doc. Num. Documento Lote Cliente Fecha Venta Tipo Pago MONTO Opciones
{{ $ven->idVenta}} {{ $ven->VTAtipDoc}} {{ $ven->VTAnumSer}} - {{ $ven->VTAnumDoc}} {{ $ven->PDTnombre}} {{ $ven->INTnumDoc}} {{ $ven->VTAfechaV}} @if($ven->VTAtipPag=="CON") CONTADO @elseif($ven->VTAtipPag=="CRE") CRÉDITO @endif S/. {{ $ven->VTAmonTot}}
{{$ventas->render()}}
@endsection