@extends('frontend.saka-cart.layouts.app') @push('css') @endpush @section('content')
@foreach($info->medias as $row)
@endforeach @if(count($info->medias) == 0)
@endif
{{ __('Click for larger zoom') }}
@foreach($info->medias as $row)
@endforeach
{{ $info->title }}
@if($info->price->starting_date != null) {{ amount_format($info->price->price) }} {{ amount_format($info->price->regular_price) }}
@else {{ amount_format($info->price->price) }} @endif
@if($info->stock->stock_manage == 1 && $info->stock->stock_status == 1)
{{ $info->stock->stock_qty }} {{ __('in stock') }}
@endif
{{ Str::limit($content->excerpt ?? '',300) }}
@csrf
@foreach ($variations as $key => $item) {{ $key }}:
@foreach ($item as $k => $row)
  
@endforeach
@endforeach
@foreach ($info->options as $key => $option) {{ $option->name }} @if($option->is_required == 1) * @endif
@foreach ($option->childrenCategories as $row)
select_type == 1) type="checkbox" @else type="radio" @endif name="option[]" value="{{ $row->id }}" class="selectgroup-input option options @if($option->is_required == 1) req @endif" id="option{{ $row->id }}">
@endforeach
@endforeach

{{ __('Please Select A Option From Required Field') }}

stock->stock_manage == 1) @if($info->stock->stock_status == 0) disabled data-max="0" data-min="0" @else data-max="{{ $info->stock->stock_qty }}" data-min="1" value="1" @endif @else data-min="1" data-max="999" value="1" @endif>
@if(count($info->categories) > 0) {{ __('Categories') }} @endif @if(count($info->brands) > 0) {{ __('Brand') }} : @endif
{{ content($content->content ?? '') }}
{{ $content->excerpt ?? '' }}

{{ __('We want to hear from you!') }}

{{ __('Tell us what you think about this item') }}

{{ __('Review(s) for') }} {{ $info->title }}

    @csrf

    {{ __('Add a Review') }}

    {{ __('Your email address will not be published. Required fields are marked') }} *
    (1)
    (2)
    (3)
    (4)
    (5)

    @if(Auth::check()) @else {{ __('Please Login') }} @endif

    {{ __('NEW ARRIVALS') }}

    stock->stock_manage == 1) value="{{ $info->stock->stock_qty }}" @else value="999" @endif> @endsection @push('js') @endpush