@extends('admin.layouts.default') @section('title') Comments @endsection @section('content')

All Comments

@include('admin.pages.comments._search') @foreach($comments as $comment) @endforeach
ID Name Email Comments Status Action
{{ $comment['id'] }} {{ $comment['name'] }} {{ $comment['email'] }} {{ $comment['comment'] }} {{ $comment['approved'] }} View
@endsection