@extends('layouts.admin') @section('styles')
@endsection @section('content')
Listado de Articulos
NUEVA SALIDA
NUEVA SALIDA DE ARTICULOS
×
@csrf
@foreach ($articulos as $art)
{{$art->nombre}}, , {{$art->cod_barras}}
@endforeach
CANTIDAD
LOCAL
@foreach($data as $art) @endforeach
ARTICULO
CANTIDAD
LOCAL
FECHA
{{$art->articulo->nombre}} , @php echo $art->articulo->descripcion; @endphp
{{$art->cantidad}}
{{$art->local}}
{{$art->created_at}}
@endsection @section('scripts') @endsection