@extends('layouts.master_app') @section('title') Accesorios @endsection @section('css') @endsection @section('content')

Productos Accesorios

Selected
@include('partials.success') @foreach($products_company as $item) @endforeach
Código Marca Tipo Nombre Precio final
{{$item->code}} {{$item->product->brand->name}} {{$item->name}} @if($item->default==1)
Predeterminado
@endif
${{ number_format($item->final_price,2) }} {{$item->currency}}
@endsection @section('js') @endsection