@extends('admins.layouts.index') @section('content')

{{__("Listing Information")}}

@foreach($comments as $row) @endforeach
# {{__('Comments')}} {{__('Rating')}} {{__('Created By')}} {{__('last Update')}}
$row->comments $row->rating
{{__('Edit')}} | {{__('Delete')}}
@endsection @section('script') @endsection