@extends('restaurant::layouts.item.record') @section('content')

{{$record->description}}

{{ $record->currency_type_symbol }} {{ number_format($record->sale_unit, 2 )}}

{{$record->name}}

@foreach($record->attributes as $at) {{$at->description}} : {{$at->value}}
@endforeach

{{ $record->description}}

{{ $record->name}}

{{ $record->technical_specifications}}

@endsection