@extends('layouts.master_app') @section('title') {{$type_product->name}} @endsection @section('css') @endsection @section('content')

Productos {{$type_product->name}}

Agregar
@include('partials.success') @foreach($products_company as $item) @endforeach
Código Marca Nombre Precio final
{{$item->code}} {{$item->brand->name}} {{$item->name}} @if($item->cost_by=='range') @else {{$item->final_price}} {{$item->currency}} @endif Editar
@endsection @section('js') @endsection