@extends('metronic.base') @section('extracss') @endsection @section('extrajs') @endsection @section('titulo') Traslados @endsection @section('content') {{-- --}} @include('sessions')
# | ID Traslado | Barcode | Agregado | Acción |
---|---|---|---|---|
{{ $loop->iteration }} | {{ $item->id }} | {{ $item->barcode }} | {{ $item->created_at }} | @if ( $traslado and $traslado->estado_traslado_id != 3 and $traslado->estado_traslado_id != 4 and $traslado->estado_traslado_id != 5 and $traslado->estado_traslado_id != 6) @else Sin acciones @endif |