@extends('admin.layout') @section('content')
{{ __('comment.view_comment') }} # {{ $data->id }}
  • {{ $data->comment }}

@endsection