@extends('layouts.admin') @section('title')DEVOLUCIONES @stop @section('titulo')NOTAS DE DEVOLUCION @stop @section('menu-devolucion')active open @stop {{--@section('libros-opcion')active @stop--}} @section('acciones') Nueva Devolucion @stop @section('descripcion') @stop @section('content')
{{----}} {{----}} @foreach($datos as $f=>$r) {{-- --}} {{-- --}} @endforeach
FECHA NUMEROFECHA
REGISTRO
VENDEDOR TIPO DEVOLUCION N° CONTRATO ESTADOUSUARIOACCIONES
{{$r->fecha->format('d/m/Y')}} {{$r->id}}{{$r->created_at->format('d/m/Y H:i:s')}}{{$r->vendedor->nombre_completo}} {{$r->tipo}} {{$r->numcontrato}} {{$r->estado}}{{$r->user->name}} @if($r->estado=='CREADO') @endif @if($r->estado=='PROCESADO') @endif
@include('includes.modal-kardex') @section('scripts') @stop @endsection