@extends('layouts.admin') @section('styles') @stop @section('title')NOTAS DE REMISION @stop @section('titulo')NOTAS DE REMISION @stop @section('menu-remision')active open @stop {{--@section('libros-opcion')active @stop--}} @section('acciones') Nueva Remision @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 VENDEDOR ESTADO ACCIONES
{{$r->fecha->format('d/m/Y')}} {{$r->id}} {{$r->vendedor->nombre_completo}} {{$r->estado}} @if($r->estado=='CREADO') @endif @if($r->estado=='PROCESADO') @endif
@include('includes.modal-kardex') @section('scripts') @stop @endsection