@extends('layouts.app-v2') @section('content-section')
{{--
--}}
Actualizar Tinción
@csrf @method('PUT')
Nombre Acción
Agregar Lote
@csrf
Lote Fecha Vencimiento Acción

Lotes Agregados
@if (isset($tincion->comprasLote)) @foreach ($tincion->comprasLote as $compra) @csrf @method('PUT') @endforeach @endif
Lote Fecha Compra Fecha Vencimiento Accion
@csrf @method('DELETE')
{{--
--}}
@endsection