@extends('layout/principal') @section('titulo', 'Home') @section('content') @php //dd('Lotes::index.blade.php'); //dd($lotes); @endphp
OPERACIONES ESPERANDO REPERTORIO

@if (isset($operaciones) && count($operaciones) > 0)
Volver Tomar Repertorio
@endif
{{-- Mensajes estandar de Laravel --------}} @if (isset($errors) && $errors->any()) @endif {{-- Mensajes de Session personalizados --}} @if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('danger'))
{{ Session::get('danger') }}
@endif
{{-- --}} @if (isset($operaciones) && count($operaciones) > 0) @foreach ($operaciones as $operacion) {{-- --}} @endforeach @endif
Acciones Operación Contrato Patente Compareciente1 Rut Compareciente1 Nombre Compareciente1 Rut Compareciente2 Nombre Fecha Creación
@csrf @method('DELETE')
{{-- Editar --}} {{-- Ver --}}
{{ $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)}}
{{-- {{ $repertorios->links('pagination::bootstrap-4') }} --}}
@endsection