@extends('layouts.front.app') @section('meta') {{ $product->title }} | Air Conditioner | {{ env('APP_NAME') }} /home/rwebserver/public_html/airpro/resources/views/front/product_single.blade.php on line 9

Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /home/rwebserver/public_html/airpro/resources/views/front/product_single.blade.php on line 9
" /> /home/rwebserver/public_html/airpro/resources/views/front/product_single.blade.php on line 13

Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /home/rwebserver/public_html/airpro/resources/views/front/product_single.blade.php on line 13
"> @stop @section('content')
{{--

Store Branch

--}}
@if($product->image)
{{ $product->title }}
@endif

@if($product->prod_url) {{ $product->title }} @else {{ $product->title }} @endif

{!! $product->description !!}
@if(json_decode($product->images))
@endif
@stop