@extends('layouts.master') @section('title','PROPERTIES | COMMENTS') @section('headasset') @include('layouts.head-asset') @stop @section('content')
@include('admin.main-header') @include('admin.sidebar')

PROPERTIES: {{strtoupper($property->name)}}

@if($propertycomment) @foreach($propertycomment as $key=>$pc) @endforeach @else @endif
Sr.No SalesRepresentative Comments Status
{{$key+1}} {{$pc->sales_representative_name}} {{$pc->message}} @if($pc->is_viewed) @else @endif
No Commnets Found
@include('admin.footer')
@stop @section('jsscript') @include('layouts.jsscript') @stop