@extends('layouts.master_app') @section('title') Ingresos a almacén @endsection @section('css') @endsection @section('content')
| Fecha | Código | Producto | Cantidad | Costo de producción | Total | Acciones | |
|---|---|---|---|---|---|---|---|
|
|||||||
| @{{ item.date_format }} | @{{ item.product_point.code }} | @{{ item.product_point.full_name }} | @{{ item.quantity }} | @{{ item.purchase_price | currency }} | @{{ item.total | currency }} | @if(\Auth::user()->roles[0]->name == 'Superadmin') Editar @endif @can('eliminar_entradas_almacen') @endcan | |