@extends('layout/principal') @section('titulo', 'Home') @section('content') @php //dd('Lotes::index.blade.php'); //dd($lotes); @endphp
| --}} | Acciones | Operación | Contrato | Patente | Compareciente1 Rut | Compareciente1 Nombre | Compareciente1 Rut | Compareciente2 Nombre | Fecha Creación |
|---|---|---|---|---|---|---|---|---|---|
|
| --}}
|
{{ $operacion->id_operacion_detalle }} | {{ $operacion->contrato }} | {{ $operacion->patente }} | {{ $operacion->compareciente1_rut }} | {{ $operacion->compareciente1_razon_social }} | {{ $operacion->compareciente2_rut }} | {{ $operacion->compareciente2_razon_social }} | {{ Helpers::fechaLatino($operacion->created_at)}} |