@extends('layouts.master_app') @section('title') Estructura @endsection @section('css') @endsection @section('content')
Código | Nombre | Precio final | ||||
---|---|---|---|---|---|---|
{{$item->code}} | {{$item->name}} | @if($item->cost_by=='range') @else ${{ number_format($item->final_price,2) }} {{$item->currency}} @endif |