@extends('tenant.layouts.layout_ecommerce_item.record') @section('content')

{{$record->description}}

S/ {{ number_format( ($record->sale_unit_price * 1.2 ) , 2 )}} S/ {{ number_format($record->sale_unit_price, 2 )}}

{{$record->name}}

{{ $record->name}}

{{ $record->description}}

{{--
  • Any Product types that You want - Simple, Configurable
  • Downloadable/Digital Products, Virtual Products
  • Inventory Management with Backordered items

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

--}}
{{--

Add Your Tags:

Use spaces to separate tags. Use single quotes (') for phrases.

--}}
@endsection