@extends('layouts.admin') @section('title') EGRESO @stop @section('titulo')NOTAS DE EGRESO @stop @section('menu-ingreso')active open @stop {{--@section('libros-opcion')active @stop--}} @section('acciones') Nuevo Egreso @stop @section('descripcion') @stop @section('content') @if(Session::has('errorLibros'))

LISTA DE LIBROS QUE NO TIENEN INVENTARIO

@endif
@foreach($datos as $f=>$r) {{-- --}} {{-- --}} @endforeach
FECHA NUMERO RECIBE CONCEPTO ESTADO ACCIONES
{{$r->fecha->format('d/m/Y')}} {{$r->id}}{{$r->created_at->format('d/m/Y H:i:s')}}{{$r->recibe}}{{$r->envia}}{{$r->destino}} {{$r->estado}} @if($r->estado=='CREADO') @endif @if($r->estado=='PROCESADO') @endif
@section('scripts') @stop @endsection