@extends('adminlte::layouts.app') @section('main-content')
| ID | Fecha | tipo | Actividad | Usuario | |||
|---|---|---|---|---|---|---|---|
| {{ $bitacoras->id }} | @if( $bitacoras->created_date ) @endif{{ $fecha }} | @if($bitacoras->type=="add")Agrego | @elseif($bitacoras->type=="out")Retiro | @elseif($bitacoras->type=="update")Editado | @elseELiminado | @endif{{ $bitacoras->activity }} | {{ $bitacoras->name_user }} |