@extends('layouts.dmeadmin.master', ['title' => 'Calculator comments listing']) @section('calculator_comment_class') active @endsection @section('comment_list_class') active @endsection @section('content')
@if(count($records)>0) @foreach($records as $val) @endforeach @else {{ "" }} @endif
Author Email Comment Action
{{ $val->comment_author }} {{ $val->comment_author_email }} {{ $val->comment_content }} Edit | Delete

Oops.! No Records Found !!