@extends('layouts.frontend.frontend_main') @section('title') @lang('frontend_lang.product_details') @endsection @section('css') @endsection @section('content')
@lang('frontend_lang.sku'){{ $product->sku }}
@if(!empty($offerPrice['end_date']))@lang('frontend_lang.expired_date') {{ $offerPrice['end_date'] }}
{{ $product->short_description }}
{{ trans('frontend_lang.pkd').$product->pack_size }}
@lang('frontend_lang.out_of_stock')
{{ $product->long_description }}