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