@extends($activeTemplate.'layouts.frontend') @section('content')
product
{{ __($product->total_bid) }}
{{ __($product->name) }}
@php echo displayAvgRating($product->avg_rating); @endphp ({{ $product->review_count }})

{{ __(shortDescription($product->short_description)) }}

{{ showAmount($product->carbon_amount) }} Carbon Credits
@if ($product->status == 1 && $product->started_at < now() && $product->expired_at > now())
{{ $general->cur_sym }}
@lang('Please enter an amount to bid')
@endif
@php showAd('780x80') @endphp
@php echo $product->long_description @endphp
@lang('Specification')
@if ($product->specification) @foreach ($product->specification as $spec) @endforeach @endif
@lang('Category') {{ __($product->category->name) }}
{{ __($spec['name']) }} {{ __($spec['value']) }}
@php showAd('780x80') @endphp
@endsection @push('style') @endpush @push('script') @endpush