@extends('frontend.bigbag.layouts.app') @section('content') {{ $info->title }} {{ __('Home') }} {{ __('Product') }} {{ $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> stock->stock_status == 0) disabled @endif> @if($info->stock->stock_status == 0) {{ __('Out Of Stock') }} @else {{ __('Add to Cart') }} @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) {{ $row->variation->name }} @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) select_type == 1) type="checkbox" @else type="radio" @endif name="option[]" value="{{ $row->id }}" class="selectgroup-input options @if($option->is_required == 1) req @endif" > {{ $row->name }} @endforeach @endforeach @if(count($info->categories) > 0) {{ __('Category') }} : @foreach($info->categories as $row) {{ $row->name }}, @endforeach @endif @if(count($info->brands) > 0) {{ __('Brand') }} : @foreach($info->brands as $row) {{ $row->name }} @endforeach @endif {{ __('Share this product') }} {{ ('Description') }} {{ __('Review') }} {{ content($content->content ?? '') }} @csrf {{ __('Leave Your Review') }} @if(Auth::check()) {{ __('Send Review') }} @else {{ __('Please Login') }} @endif {{ __('Related products') }} {{ __('view all') }} {{ __('New arrival products') }} {{ __('view all') }} stock->stock_manage == 1) value="{{ $info->stock->stock_qty }}" @else value="999" @endif> @endsection @push('js') @endpush
{{ __('SKU') }}: {{ $info->stock->sku }}
{{ __('Please Select A Option From Required Field') }}