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