@extends('frontend.layout') @section('pageHeading') {{ __('Products') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_products }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_products }} @endif @endsection @section('style') @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->products_page_title : __('Products'), ])
@if ($product->product_type == 'digital')
{{ $product->product_type }}
@endif
@if ($product->product_type == 'physical')
@if ($product->stock == 0)
@endif
@endif
@if ($product->product_type == 'physical')
@if ($product->stock != 0)
@endif
@endif
@if ($product->product_type == 'digital')
@endif