@extends('buyer.layout') @section('title') Product Details @endsection @section('frontend-content')
@php $images = json_decode($product->product_image); @endphp @foreach($images as $image)
Shirt Front
@endforeach

{{$product->product_name}}

{!! $product->product_description !!}
{!! $product->additional_description !!}

Light to heavy fabric gsm

15-45 days of lead time

Ready fabric options for production

  • FABRIC

    {{$product->faberic}}

  • CONSTRUCTION

    {{$product->construction}}

  • COLOURS

    {{$product->colors}}

@endsection @section('custom-script') @endsection