@include('admin.header')
{{$product->created_at}}
@if (Storage::exists($product->image)) @else NA @endif
{{ $product->name}}
{{ $product->categories->name ?? '-' }}
{{ $product->subcategories->name ?? '-' }}
{{$product->part_number}}
{{$product->has_cash_on_delivery}}
{{$product->stock==0 ? "Out of Stock":"Available"}}
{{$product->replacement_waranty}}
{{$product->cancellation_allowed}}
{{$product->express_sheeping}}
{{$product->is_bestSales}}
{{$product->stock}}
{{$product->slug}}
{{$product->status=="active" ? "Active" : "De-Active"}}
{{$product->alert_quantity}}
{{$product->product_options[0]->default_price}}
{!! $product->short_description !!}
{!! $product->description !!}
{!! $product->additional_information !!}
{!! $product->shipping_information !!}
{!! $product->terms_condition !!}
{{$product->meta->meta_title}}
{{$product->meta->meta_description}}
{{$product->meta->meta_keyword}}
{{$product->meta->canonical_tags}}
{{$product->meta->twitter_cards}}
{{$product->meta->og_tags}}