@extends('layouts.frontend-member') @section('title', $product->name) @section('content')
{{ $product->name }} @include('frontend.inc.change-language')
{{ __('message.open price') }}:
{{ number_format($product->current_price * 1.012, 2) }}
{{ number_format($product->current_price, 6) }}
{{ __('message.max price') }}:
{{ number_format($product->current_price, 2) }}
{{ __('message.buy up') }}
183.7928
{{ __('message.buy down') }}
183.7928
{{-- --}} @include('app.sweetAlert') @endsection @push('scripts') {{-- --}} @endpush @push('styles') @endpush