@extends('backend.template') @section('content')

Parent Id :     {{$data->parent_id}}

Users Id :     {{$data->users_id}}

News Id :     {{$data->news_id}}

Content :     {{$data->content}}

Status :     {{$data->status == 1 ? 'Active' : 'Inactive'}}

Created On :   {{$data->created_at}}

Created By :   {{$data->createdBy}}

Updated On :   {{$data->updated_at}}

Updated By :   {{$data->updatedBy}}

@endSection