@extends('layouts.website') @section('title', $product->name) @section('keywords', $product->name) @section('description', $product->description) @push('css') @endpush @section('content') @include('website.infobar') @component('website.breadcumb')
  • @foreach($product->maincategories as $maincategory) {{$maincategory->name}} @endforeach
  • @foreach($product->categories as $category) {{$category->name}} @endforeach
  • {{$product->name}}
  • @endcomponent

    Brands

    @if($product->image_two != NULL)
    @endif @if($product->image_three != NULL)
    @endif @if($product->image_four != NULL)
    @endif
    @if($product->image_two != NULL)
    @endif @if($product->image_three != NULL)
    @endif @if($product->image_four != NULL)
    @endif

    {{$product->name}}

    Product Code: {{$product->code}}

    ৳ {{$product->price}}

    {{$product->description}}.

    @csrf
    sizes:
    @foreach($product->sizes as $size)
    @endforeach
    Colors:
    @foreach($product->colors as $color)
    @endforeach

    We Accept :-

    @endsection @push('js') @endpush