@extends('layouts.admin') @section('title')INGRESO @stop @section('titulo')NOTAS DE INGRESO @stop @section('menu-ingreso')active open @stop {{--@section('libros-opcion')active @stop--}} @section('acciones') Nuevo Ingreso @stop @section('descripcion') @stop @section('content')
{{----}} {{----}} @foreach($datos as $f=>$r) {{-- --}} {{-- --}} @endforeach
FECHA
REGISTRO
FECHA NUMERO PROCEDENCIA CONCEPTORECIBEESTADO ACCIONES
{{$r->fecha->format('d/m/Y')}} {{$r->id}}{{$r->created_at->format('d/m/Y H:i:s')}}{{$r->envia}}{{$r->recibe}}{{$r->concepto}} {{$r->estado}} @if($r->estado=='CREADO') @endif @if($r->estado=='PROCESADO') @endif
@section('scripts') @stop @endsection