@extends('layouts.admin') @section('title') Contratos Baja @stop @section('titulo') CONTRATOS DE BAJA @stop @section('descripcion')
@stop @section('content') @include('includes.modal-ver')| ID | FECHA CONTRATO |
NUM CONTRATO | TIPO VENTA | MONTO CONTRATO | TIPO CONTRATO | VENDEDOR | CHOFER | NOMBRE CLIENTE | APELLIDOS CLIENTE | ACCIONES |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$r->id}} | {{$r->fechacontrato->format('d/m/Y')}} | {{$r->numcontrato}} | {{$r->tipoventa}} | {{$r->preciototal}} | {{$r->tipocontrato}} | {{$r->vendedor->nombre_completo}} | {{$r->chofer->nombre_completo}} | {{$r->nombres}} | {{$r->apellidos}} |