@extends('layouts.promoter') @section('page-title', $session->title) @section('content')
${{ number_format($session->product->price, 2) }}
@if($session->product->compare_price) ${{ number_format($session->product->compare_price, 2) }} @endif{{ $session->description }}
@endifSession chat messages will appear here