@extends('ecommerce::layouts.layout_ecommerce_item.record') @section('content')

{{$record->description}}

{{ $record->currency_type_symbol }} {{ number_format($record->sale_unit, 2 )}}
@foreach($record->attributes as $at) {{$at->description}}: {{$at->value}}
@endforeach

{{ $record->description}}

{{ $record->name}}

{!! $record->technical_specifications !!}

@endsection