@extends('front.layouts.app') @section('content') @if (!$show_stock->is_active)

{{ \App\Helpers\TranslationHelper::translate('This content will be available soon') }}

@endif

{{ $show_stock->title }}

{{ \App\Helpers\TranslationHelper::translate('Stocks') }} : {{ $show_stock->from }} - {{ $show_stock->to }}

{{ \App\Helpers\TranslationHelper::translate('price of stock') }} : {{ $show_stock->price }}$

{{ \App\Helpers\TranslationHelper::translate('Buy Now') }}
@php $locale = app()->getLocale(); $videoUrls = $show_stock->video_url ? json_decode($show_stock->video_url, true) : []; @endphp @if (!empty($videoUrls[$locale]))
@endif

{!! $show_stock->description !!}



@include('front.pages.modal-buy') @endsection @push('js') {{-- --}} @endpush