@extends('layouts.app') @section('title', 'Produtos Reman') @section('content') @include('layouts.headers.cards_prod')
Kit | @endif
@if($produto->unidade_produto=='PC')
Peça | @endif
@if($produto->unidade_produto=='CX')
Caixa | @endif
@if($produto->unidade_produto=='CJ')
Conjunto | @endif
@if($produto->unidade_produto=='EB')
Embalagem | @endif
@if($produto->unidade_produto=='MT')
Metro | @endif
@if($produto->unidade_produto=='RL')
Rolo | @endif
@if($produto->unidade_produto=='UN')
Unidade | @endif