@extends('user.layouts.app') @section('metapart') @endsection @section('pagetitle') {{ $product->name }} | {{ $sitesetting->comp_name }} @endsection @section('body')
{{ $product->name }}

{{ $product->name }}

@if(!empty($product->lookandfeel)) @endif @if(!empty($product->colour)) @endif
SIZE {{ $product->size }}
THICKNESS {{ $product->thickness }}
LOOK & FEEL {{ $product->lookandfeel }}
FINISH {{ $product->finish }}
COLOUR {{ $product->colour }}
@if(!empty($product->pdf) || !empty($product->link))

Product Brochure

    @if(!empty($product->pdf))
  • Download
  • @endif @if(!empty($product->link))
  • View
  • @endif
@endif

{!! $product->description !!}

@endsection @section('js') @endsection