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

{{ $info->title }}

@foreach($info->medias as $row) @endforeach @if(count($info->medias) == 0) @endif
@if(count($info->medias) > 1)
@foreach($info->medias as $row) @endforeach @if(count($info->medias) == 0) @endif
@endif

{{ $info->title }}

@if($info->stock->stock_manage == 1)

{{ __('SKU') }}: {{ $info->stock->sku }}

@endif
    @if($previous)
  • @endif @if($next)
  • @endif
@if($info->price->starting_date != null)

{{ amount_format($info->price->regular_price) }} {{ amount_format($info->price->price) }}

@else

{{ amount_format($info->price->price) }}

@endif
{{ content($content->excerpt ?? '') }}
@csrf
{{ __('Product Quantity') }} :
  • stock->stock_manage == 1) @if($info->stock->stock_status == 0) disabled max="0" min="0" @else max="{{ $info->stock->stock_qty }}" min="1" value="1" @endif @else min="1" max="999" value="1" @endif>
{{ __('Available Quantity') }} : @if($info->stock->stock_manage == 1) {{ $info->stock->stock_qty }} @endif

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

@foreach ($variations as $key => $item)
{{ $key }} :
    @foreach ($item as $row)
  • @endforeach
@endforeach @if(count($info->options) > 0)
@endif @foreach ($info->options as $key => $option)
{{ $option->name }} @if($option->is_required == 1) * @endif
    @foreach ($option->childrenCategories as $row)
  • @endforeach
@endforeach

@if(count($info->categories) > 0)
{{ __('Category') }} :
@endif @if(count($info->brands) > 0)
{{ __('Brand') }} :
@endif
{{ __('Share this product') }}
{{ content($content->content ?? '') }}
@csrf

{{ __('Leave Your Review') }}

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

{{ __('New arrival products') }}

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