@extends('layouts.main') @push('title') Home @endpush @section('main-section') {{-- @component('components.breadcrumbs') Home Product {{ $product->product_title }} @endcomponent --}}
@if (session()->has('success_message'))
{{ session()->get('success_message') }}
@endif @if(count($errors) > 0)
@endif
@foreach ($images as $image) {{-- Superman --}} {{-- --}} Product Image @endforeach

{!! $product->product_title !!}

@foreach($categories as $category)

{{ $category->category_name }}

@endforeach
{{ $product->discount }}
{{ $product->price }}

{{ $product->details }}

@if ($product->quantity > 0)
{{ csrf_field() }}
@endif
{{--
@foreach ($tab->all() as $tabname)

{!!$tabname->description!!}

@endforeach
--}}

{!! $product->description !!}

Details


H:{!! $product->height !!} D:{!! $product->depth !!} W:{!! $product->width !!}

Youtube Video

{{-- --}} @if (!empty($product->youtube_video_link)) @endif {{-- --}}
@php $tags = explode(',', $product->tag); @endphp @foreach ($tags as $tag) @endforeach

RECOMMENDED FOR YOU

{{-- @include('partials.might-like') --}} @endsection