@extends('layouts.app') @section('title', 'Transferencias de Bienes') @section('content')
# | Fecha | Bien | Código | Cantidad | Área Origen | Área Destino | Observación | Acciones |
---|---|---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ $t->fecha_transferencia->format('Y-m-d') }} | {{ $t->bien->bien }} | {{ $t->bien->codigo ?? '—' }} | {{ $t->cantidad }} | {{ $t->areaOrigen->nombre ?? '—' }} | {{ $t->areaDestino->nombre ?? '—' }} | {{ $t->observacion ?? '—' }} | Ver |