@extends('layouts.app-home') @section('content')

{{$productInfo->title}}

@if($productInfo->main_img) {{$productInfo->title}} @else {{$productInfo->title}} @endif

{{$productInfo->title}}

Product Availability - @if(!empty($productInfo->stock))In Stock @else Out of Stock @endif

Product Code - {{$productInfo->sku}}

@guest @if(auth()->guard('agent')->user()) @if($productInfo->discount_price!='0')

MRP Price

£{{$productInfo->price}}   £{{$productInfo->price-$productInfo->discount_price}} @else £{{$productInfo->price}} @endif
@else Login @endif @else @if($productInfo->discount_price!='0')

MRP Price

£{{$productInfo->price}}   £{{$productInfo->price-$productInfo->discount_price}} @else £{{$productInfo->price}} @endif
@endif
  • Descriprion
{!! $productInfo->description !!}
@endsection @section('script') @endsection