@extends('layouts.master') @section('title') @lang('translation.Data_Tables') @endsection @section('css') @endsection @section('content') @include('components.breadcum')

Description:

{!! $data->response !!}
@if($data->user_id)

User Info.


User Name:

{{$data['user'] ? $data['user']->name : ''}}
@endif
@endsection @section('script') @endsection