@extends('layouts.admin') @section('title') CAMBIO OBRAS @stop @section('titulo') CAMBIO OBRAS COBRANZA @stop {{--@section('libros-opcion')active @stop--}} @section('acciones') Registrar Cambio Obra @stop @section('descripcion') @stop @section('content') @include('includes.modal-ver')
@if(count($datos)>0) @foreach($datos as $f=>$r) @endforeach
ID FECHA NUMERO
CAMBIO OBRA
FECHA
DE VENTA
NUMERO
CUENTA
CLIENTE VENDEDOR COBRADOR N° INGRESO N° EGRESO ESTADO ACCIONES
{{$r->id}} {{$r->fecha->format('d/m/Y')}} {{$r->id}} {{$r->credito->fechadoc->format('d/m/Y')}} {{$r->credito->numcuenta}} {{$r->credito->nombre_cliente}} {{$r->credito->vendedor_nombre}} {{$r->credito->cobrador->nombre_completo}} {{$r->numingreso}} {{$r->numegreso}} {{$r->estado}} {{----}}
@endif
@section('scripts') @stop @endsection