@extends('layouts.app') @section('content')

Marble

{{$product->code}}
Marble
{{$product->code}}

Finish: @foreach(explode('|',$product->finish) as $id) @if($id=='') @continue @endif {{__('options.finish')[$id]}}, @endforeach

1m2 Price:   {{$product->price}} GEL

@endsection @push('end-of-body') @endpush