@extends('layouts.load') @section('content')
@if($data->user->phone != "") @endif
{{ __('Commenter') }} {{$data->user->name}}
{{ __('Email') }}: {{$data->user->email}}
{{ __('Phone') }}: {{$data->user->phone}}
{{ __('Commented at') }}: {{ date('d-M-Y h:i:s',strtotime($data->created_at))}}
{{ __('Comment') }}:

{{$data->text}}

@endsection